Steven Luscher
Steven Luscher
I'll land this; you can reverse it with `--output-logs full` or `--output-logs new-only`.
This and #8433 are quite probably related.
This makes a ton of sense to me. `source` is asserted to be a string, `psz` is monotonically increasing, and `psz >= source.length` is a good indication that you've run...
The effect on `decode` seems quite significant. Using this repo's benchmark suite: Before: ```shell ~/src/base-x/benchmark$ (cd ../ && npm run build) && SEED=8854dc2a353e143702ef1b29874b63a4 npm start > [email protected] build > tsc...
Feel like slamming this in, @junderw? This should make tons of downstream deps faster!
Moving my comments to the pull request! https://github.com/cbas/grunt-rev/pull/21
I forgot that I'd done this, discovered that our Prettier tests weren't doing anything, debugged the root cause, and then rediscovered this. Any chance you'd like to crush out a...
OMG @Dimava, you literally saved my entire project with this comment. https://github.com/solana-labs/solana-web3.js/pull/1760
Duplicate of #492.
Yeah, `ipfs-car` seems to presume that it's running in Node. https://github.com/web3-storage/ipfs-car/blob/fdc46f5b87bc54209bb352f42797471f0db85e3a/src/blockstore/fs.ts#L1C8-L1C10 Maybe Metaplex should create a fork of this that's essentially a noop, and build a browser/native bundle with it?...