Tim Caswell

Results 341 comments of Tim Caswell

Also the tap module uses `uv.run()` to try and not exit till the test is complete. If it's exiting early or through some side channel, that needs to be plugged....

I think it may be worthwhile to add a event source hook into luv itself. I had punted on this feature before, but it's really hard to handle properly at...

I think it's fine to work around whatever weirdness they are doing on the main domain. It could be easily a custom dns server that responds differently depending on any...

Tab invokes autocomplete which runs the code that's already there. There are many ways this could cause a crash. Also we don't have a way to tell pasted code apart...

Have you tried with the coroutine based abstractions? They use a very different and much simpler streams implementation. I don't have time or interest to debug the node.js inspired streams...

I created a wiki page at https://github.com/luvit/luvit/wiki/Luvit-for-Ruby-Developers. We need to fill out the TODOs and add more items as Ruby developers get stuck.

I wonder how luasocket affects the libuv event loop. I'm concerned about baking luasocket into core luvi.