David Valentiate

Results 5 comments of David Valentiate

Thanks for this project. It is going to be very useful for me and the project I'm working on. I've learned a lot about the zip format and parsing it...

true but unfortunately yauzl doesn't support streaming of the source zip file and so is not suitable for a for my projects needs

Bad news: This repo appears to be abandoned. Good news: https://www.npmjs.com/package/unzip2 patches this problem and streaming of uncompressed zip content. It comes down to the lines in `lib/parse.js:161` ``` setImmediate(function()...

After giving this project a spin I realized that I needed more a server that could support multiple lambdas at the same time. So I created it https://www.npmjs.com/package/dev-lambda . Thanks...

This repo has switched to setImmediate instead of next tick for some time. But the call stack exceeding could be happening because of a bug in the code for dealing...