Re: Too many file descriptors

2017-05-30 Thread Henrik Sarvell
Thanks Alex, I've changed the look to your #1 suggestion now: (dm rssToPages> @ (let Str (or (next) (exclient~call (; This rssLink) "" 5)) (for A (rss~parseFrom (pipe (prin Str) (let Url (req!> '+Url

Re: Too many file descriptors

2017-05-30 Thread Henrik Sarvell
That went too fast, it can't work the way I suggested, below works and is tested: (dm rssToPages> @ (let (Str (or (next) (exclient~call (; This rssLink) "" 5)) Fd (pipe (prin Str))) (for A (rss~parseFrom Fd) (let Url (req!> '+Url 'link (a; A 'htmlUrl)

Penti keyboard doesn't seem to recognize more than two inputs

2017-05-30 Thread Bruno Franco
Alex's explanation of his workflow got me exited, so I've downloaded the Penti keyboard. I installed it and set it up as the default keyboard, and it runs! Penti is written in big letters on the screen, but when I tap my 5 fingers to start it the shadows only appear under two of the fingers, and

Re: Too many file descriptors

2017-05-30 Thread Alexander Burger
Hi Henrik, > I'm running into too many file descriptors (again), or rather a file > descriptor leak. > ... > (for A (rss~parseFrom (pipe (prin Str))) (pipe (prin Str))) is probably the culprit. 'pipe' has two forms of invocation: 1. (pipe exe . prg) executes 'prg', and cleans up