isaacs
isaacs
We all hate json. No comments, excessive quoting, no multi line strings, no trailing commas, etc. But: - it's specified very clearly (unlike ini, which is not specified at all)...
To even consider this, I would need a test case that fails without the patch, and passes with it. At the absolute least, give me steps to reproduce whatever problem...
I'd accept a patch to make the null/space padding configurable. Closing this, though, because changing it in the proposed manner is too risky.
Yes, false and falsey mean different things here. If `recoverable` is set to _actual factual Boolean `false`_, then it's not a recoverable error and the unpack/parse action must be aborted....
Ok, so, yes, switching to using BigIntStats would solve this, but it would also be a breaking API change, since the statCache is exposed as an option. In the meantime,...
This module is pending a rewrite in TS, but at that time, I'm almost certainly going to replace yallist with just using normal arrays, like I did with minipass. Most...
What is xz?
> This is the best project I found for tar archives for nodejs. Thanks 🥰 Node-tar supports gzip and brotli because those are built into Node. If XZ support is...
Creating a compressed stream would be pretty much the same, just in reverse: ```js tar.c({ ...options, but not 'file' }) .pipe(new XZCompressSomehow()) .pipe(createWriteStream('some-file.tar.xz')) ```
I'm not sure what the feature request is here. What would the interface look like, and how would it behave?