Josh Wolfe
Josh Wolfe
I do not currently plan to do any CRC32 checks in yauzl. I know that is a feature of other zip file readers, and I'm not sure how valuable it...
I believe I can simply add documentation to the README explaining how to do the CRC32 checks outside of yauzl. I think it's as simple as piping the `readStream` from...
If anyone has written or found a wrapper package they recommend, feel free to comment here. yauzl is intentionally low level.
Thanks for writing up this PR. I'm inspired to take this seriously, and I've started working on this in a branch (wip). Getting the code working is pretty trivial, as...
The usecase for this PR seems to be enabling a patch for a deficiency in yauzl. I think the real solution here is to fix yauzl to make the patch...
> it's been a year! oh no! It's been so long! This Mac corruption problem has been really demotivating. :( I'm going to take another stab at fixing the root...
I feel good about the progress I made in #92 . That's a really important step for trying to solve this issue in the core library. I'd like to take...
Here's what we need to test before we can implement this: On Windows, create zip archives with each of the following tools: 1. Compressed folder (builtin to Explorer) 2. a...
Thanks for the PR! Did you get a chance to benchmark this in your AWS environment? Regarding ES6, Node 6, and "All checks have failed", I'm not really sure what...