Kyle E. Mitchell
Kyle E. Mitchell
Would really appreciate confirmation that `createReadStream` and `createWriteStream` make no guarantees relevant for: 1. Appending data to a blob. To append a blob, users have to stream the existing data...
_Work in Progress_ Related: #2
- [ ] list interfaces - [ ] example changes - [ ] example additions - [ ] example applications - [ ] example superstructures
This pull request changes the value of the license property in `package.json` to a standard, machine-readable SPDX license identifier. I'll be honest: This is a semi-automated pull request. I started...
@beatgammit, @feross: I see that this package now has an MIT license, but also that it was originally derived (extracted?) from deflate-js, which is GPLv2. Any way to confirm that...
Thanks for Espanso! I've run into two small problems with 2.1.6-beta: - Espanso will fail with an error when `search_shortcut` is set to `null` in configuration. - Espanso will interpret...
This tiny PR adds `const Buffer = require('buffer').Buffer;` to the top of `lib/util.js`, so that `util.js` can call `Buffer.from` without relying on `Buffer` being a global. This allows code bundlers...
On less than the latest-and-greatest, V8-TurboFan Chrome, performance tracing runs of apps bundling hyperx produce the dismaying notice "Not optimized: Bad value context for arguments value" for functions returned by...
This tiny PR adds a single `if` statement to the `same(a, b)` function used to find good list-reorder candidates in lists of elements. The new check identifies matches when `a.dataset.diffkey...
**What version of this package are you using?** 16.0.3 **What problem do you want to solve?** I'd like to provide a clear and intuitive way to do things like this...