Results 45 issues of Yusef Napora

We want to be able to send "early data" in our handshake message payloads, so that we can advertise supported stream multiplexers without adding round-trip negotiations after the handshake completes....

This is a long-term "nice to have" feature. It would be nice to be able to opt-in to dumping session keys to aid in debugging. Opting in shouldn't be possible...

status/blocked
exp/intermediate
effort/days

I'm writing up some docs for nft.storage about how to make a local copy of your NFTs that could potentially be re-provided to the network (as a hedge against link...

P1
status/blocked
kind/enhancement
effort/days

This closes #310 by adding a helper function that converts `NODE-ED25519` to `Ed25519`. I didn't add a check for just the string form (without the `namedCurve`), since I wasn't sure...

When calling `crypto.subtle.importKey` or `crypto.subtle.generateKey` with an algorithm of `{ name: 'NODE-ED25519', namedCurve: 'NODE-ED25519' }`, Miniflare fails with a `DOMException` with `name == "NotSupportedError"`. I've got a branch locally that...

Hi, I'm working on a project that pulls `File` objects out of multipart `FormData` uploads and needs the full file path in order to correctly calculate some hashes and so...

This closes #2121 by replacing the `run-with-dependencies.sh` script I added with a `runWithServices` function in `scripts/cmds/services.js`. This does essentially the same thing as the shell script, which is to run...

As part of the epic journey that was #2065, I ended up adding a shell script called `run-with-dependencies.sh` to bring the docker compose environment up and down, and a `run-test.sh`...

kind/enhancement
need/triage

This issue is a reminder to re-enable the test in `nfts-store.spec.js` that was disabled by #2065 once the issue with file paths not being preserved in Miniflare is sorted. Revisit...

kind/enhancement
P3
effort/quickwin

There's now a working nft.storage API wrapper for Unity: https://ericvanderwal.github.io/nftstoragesample/ We should write docs for it! Here's a video overview https://www.youtube.com/watch?v=tDXDKWSzOos&t=1s I haven't yet played with it, so we should...

kind/enhancement