hexagon6
hexagon6
I assume it is an issue with libvips. Traced it to its source: https://github.com/libvips/libvips/blob/0e7f2124c73988a1cdb1e227d35c0e4e775b6517/libvips/foreign/vipspng.c#L1220 Not sure what can be done in @fraction/oasis but upgrade a version if they fixed it...
I've tested with 1.5.2 which works flawlessly, 1.6.1 does not.
> Just to clarify, this is due to Node.js 18 shipping a native `fetch` implementation, which can cause issues with out fetch implementation, we're working on a way to resolve...
Also having to run the test runner with `NODE_OPTIONS=--experimental-vm-modules npm run test`
Interestingly: when running `npm test` on solid-client-authn-js it works on [email protected]. ```bash PASS node packages/node/src/login/oidc/oidcHandlers/AuthorizationCodeWithPkceOidcHandler.spec.ts (8.352 s) AuthorizationCodeWithPkceOidcHandler canHandle ✓ should accept a configuration with many grant types including authorization...
I have the same issue like in the title description, but a different error message: `./bin/hs-airdrop ~/.ssh/id_ed25519 hs1.......` `Passphrase:` ``` Error: Invalid padding. at RawPrivateKey.read (/tmp/handshake/download/hs-airdrop-0.9.0/hs-airdrop/node_modules/bcrypto/lib/ssh.js:1006:13) at RawPrivateKey.decode (/tmp/handshake/download/hs-airdrop-0.9.0/hs-airdrop/node_modules/bufio/lib/struct.js:94:10) at...
Fixed by removing lines 1005 & 1006 which throws this error https://github.com/bcoin-org/bcrypto/blame/master/lib/ssh.js#L1005
@brandondees yes! ```bash $ ./bin/hs-airdrop ~/.ssh/my_github_key hs1mywalletaddress Passphrase: Attempting to create proof. This may take a bit. Decrypting nonce... Downloading: https://github.com/handshake-org/hs-tree-data/raw/master/nonces/017.bin... Found nonce! Rebuilding tree... Downloading: https://github.com/handshake-org/hs-tree-data/raw/master/tree.bin... Finding merkle leaf...
Hey Noel! > Regarding the creation of a new type index, when I read the issue before you updated it I was surprised because, indeed, it shouldn't be possible for...