Alex Potsides
Alex Potsides
This should be unblocked now - an RC of `@helia/http` is available - `npm i @helia/http@next`
> NPM docs like don't link back to the top-level helia REAME which has all the info (see [npmjs.com/package/helia](https://www.npmjs.com/package/helia) ). The API links from within are broken. I think a...
Can you please share a full repro case please? Pinning will fetch missing blocks from the network but the error thrown looks like you may be running offline or it...
Ah, I think there was a small bug with how the internal blockstores were being created - please can you try with `[email protected]`?
Almost every API accepts a `onProgress` event callback with information about the current operation. Note that it's impossible to know in advance how big a DAG is, unless it's part...
> CustomProgressEvent does not have detail property [Yes it does](https://achingbrain.github.io/progress-events/classes/CustomProgressEvent.html#detail), but the value is generic according to the event type.
No, Marten means the remote nodes, the ones being connected to.
I'm not massively familiar with approaches for polyfilling APIs in deno. For the browser there's config in `@libp2p/crypto` to [load a pure-js implementation](https://github.com/libp2p/js-libp2p-crypto/blob/master/package.json#L205) of Ed25519 - is there a way...
That's awesome! I wasn't asking about the missing API, I was asking if there's a way to override the files deno loads for a given module so we can polyfill...
Thanks for looking in to this. If a hitlist of problematic dependencies can be produced, we can certainly look at removing or replacing them. A quick glance through the code...