André Cruz

Results 161 comments of André Cruz

@EvanOxfeld good to know you're almost there. I don't know if you're testing a lot of zip files but it would be good to test zip files generated by common...

@EvanOxfeld we've managed to fix bower extraction of zip files for both node `0.8.x` and `0.10.x` on unzip `0.1.7` with the following hack: ``` js zlib.Z_DEFAULT_CHUNK = 1024*8; ``` Hope...

Hey! The changes in this PR are giving wrong md5 results unfortunately. :/

Hello @janko-m. This library was primally made to be used in browser like environments. While it works in node, using the native `crypto` module will be much faster. Having a...

`appendBinary` is a function that you call (part of the public API), and it expects a string. You can’t call it with null.