Sébastien Pierre
Sébastien Pierre
Hello! I was actually thinking of providing `service_{start|exists|stop|restart}` with a default implementation using upstart. So this makes sense, maybe you could create a branch and work on your changes from...
Also you should have a look at https://github.com/sebastien/daemonwatch
Hello! Do you mean that the run() or sudo() command gets stuck trying to read the output? Could you be more specific about the command you're having problem with, and...
Hmm, it should work in all cases then -- what did you have in mind?
Hmm, that's really weird. You could try to implement a test case in "tests/all.py", as the test module does not use Fabric, so it would be easy to spot where...
Now the module was moved to tests/module-core-concurrency-libevent-base.js and the result is : ``` $ k7 tests/module-core-concurrency-libevent-base.js bound! event added fd 6 yep,added expected err: Error: Operation now in progress connected...
I can confirm that http-kit cannot be used as an SSE client, as it buffers the whole response. An SSE response never ends, so the response never makes it to...
Wow, that was fast! The only problem I see now is that there is trailing `;` in the build https://github.com/greggman/twgl.js/blob/master/dist/4.x/twgl-full.js#L10439. Not sure why that is, but it makes the module...
I should add that I'm **very new** to Pony, so this might not be the best example -- but thanks for the precision!
Smart! But what about camera position on a 3D shape and output image resolution? It's not super urgent, as I think the WebGL 2 fix that you suggested will solve...