Results 45 issues of Yusef Napora

**Describe the bug** This is an edge case relating to running `npm install` in this repo when using a version of node that's been compiled to run natively on Apple's...

bug

This adds support for delegated `put` / `get` operations in the `content-routing` module instead of always using the DHT. It depends on some in-progress PRs, so CI is currently failing....

Hey, I'm in the midst of [updating a project to use miniflare 2.7](https://github.com/nftstorage/nft.storage/pull/2159) and found that passing a `FormData` object that's builtin to node 18 as the body of a...

dependency

Thanks for merging #309 :smile: I noticed when [trying to use it](https://github.com/nftstorage/nft.storage/pull/2159) that there's a small difference in behavior between the production env and miniflare when the filename of a...

question

This closes #2088 by re-enabling the test we were skipping, now that miniflare preserves the full file path. It also works around a bug I found while updating. Miniflare v2.7+...

This adds a "Peering with Web3.Storage" doc in the reference section to tell people how and why to peer with our elastic IPFS instance. Closes #1725

Hey, I noticed that the links on the [Getting Started](https://deno.land/[email protected]/getting_started) index page are broken - they seem to have an extra `/raw/` path component, looking at the urls. Here's the...

## Description As I was starting on #335, it wasn't clear that I needed to write a manifest file for my test plan, since the docs in USAGE.md don't mention...

This closes #2143 by adding an `onKeyDown` handler to the email input field on the login form. If the Enter key was pressed, it calls `onLoginWithEmail` to trigger the login...

This is a very early pass at the new version of the docs site that covers w3up & friends. So far, I've just copied over the existing content and taken...