camlegleiter

Results 6 comments of camlegleiter

If I attempt to use the latest 10.2-alpine version (which should include the fix in nodejs/node#20921), I get compilation errors due to V8/nan.js API changes. In particular: * [Nan::ForceSet](https://github.com/nodejs/nan/blob/master/doc/maybe_types.md#api_nan_force_set) is...

I'm seeing the same issue after running node-archiver on a directory that contains a file larger than 4 GB in size. Attempting to open the ZIP on Windows results in...

Something I'm wondering as well is if this isn't related to something with zlib under the hood. From the [zlib FAQ](http://www.gzip.org/zlib/zlib_faq.html:): > *32. Can zlib work with greater than 4...

![image](https://user-images.githubusercontent.com/296673/31248743-774dd688-a9da-11e7-8610-1072d1ed541b.png) Attached is the difference when running the [`yazl`](https://github.com/thejoshwolfe/yazl) module with ZIP64 forced (top) and `node-archiver` with ZIP64 forced (bottom). I apologize that the first file is different and affects...

Sure. Just give me a heads up when you have something pushed out and I'll play around with it locally.

I had a similar issue where it would look like the video was going to start playing, but would immediately exit out. It appears that if you're trying to stream...