-
Steps to reproduce on macOS with node v20.5.0:
~/
gh repo clone ipfs-examples/helia-examples
cd helia-examples/examples/helia-nextjs
npm install
npm start
=>
```
> helia-nextjs@1.0.0 start
…
-
I have initialized an IPFS node in my browser using the Helia package with persistence enabled. As the peerstore grows (currently over 5,000 peers), the memory consumption has reached 1GB. Despite spe…
-
Continuation of https://github.com/ipfs/helia/issues/180
The example should first work for pinning remote content using a backend Helia client running in NodeJS. We should also explore showing a re…
-
js-ipfs (embedded) node type was removed in #1225, helia can be a viable replacement. Consider helia as a node type.
-
```
Run aquiladev/ipfs-action@master
Error: RequestInit: duplex option is required when sending a body.
node:internal/deps/undici/undici:12502
Error.captureStackTrace(err, this);
…
-
### What happened?
### How can we reproduce the bug?
_No response_
### What browsers are you seeing the problem on?
_No response_
-
> Extracted from https://github.com/ipfs-shipyard/helia-service-worker-gateway/issues/20#issuecomment-1955188119
## Needs
### For `inbrowser.link`
The goal is to provide a subdomain gateway …
lidel updated
7 months ago
-
See comment from @biglep at https://github.com/ipfs/helia-remote-pinning/issues/1#issuecomment-1689242934
> 1. We send relayed addresses for [Pin.origins](https://ipfs.github.io/pinning-services-ap…
-
This is a stub/meta issue for tracking work to leverage Service Workers (SW) as a fallback on public gateways.
> cc historical SW threads for discovery: #57 https://github.com/ipfs/in-web-browsers/…
-
## Currently
Using `delegatedHTTPRouting` with a delegated routing endpoint is all or nothing: either used for both resolving ipns names and finding providers, or neither.
## Suggestion
As su…