Eric Kidd
Eric Kidd
@dflemstr OK, I think the name is yours. Let me know how you want to handle the transition. I can give you commit rights on this repo, and access to...
Done! I've added you to `duktape`, `duktape_sys`, and this GitHub repository (the latter will at least allow you to see bugs, etc.) Thank you for working on Rust duktape, and...
Thank you! I'll try to take a look at this in the next couple of days.
Sorry for the slow response. :-( This PR is currently failing, but I'm happy to merge working patches, or to transfer maintainership to somebody actively working on duktape-related stuff.
Great! Thank you so much.
A filesystem-like API would certainly be nice for some use-cases. My use case is a simple, Rails-style [source code template engine](https://github.com/faradayio/conductor/blob/master/src/template.rs) for generating new projects and for adding new components...
> One difficulty is that if data_sink gets EOF from its Receiver it doesn't know if it's because data_transformer finished sending data, or if it's because it encountered an unexpected...
Yeah, in my personal experience the sending code has often (fortunately!) been less than 20 lines of code, so it's possible to keep track of errors and panics. Let's assume...
That's really useful to know, thank you. :-)
The underlying issue is that `docker stop` is brutally slow. We can try to add parallelism, but I'm not sure how much it will help, since all the actual work...