Alex Potsides
Alex Potsides
Do I have to create a fleek account to see why CI fails?
Ah, right: ```js return bufferedContents.toString() ``` probably needs to change to: ```js return new TextDecoder().decode(bufferedContents) ```
> The last TODO in the Regular Files API tutorial is a spot where we tell them that the result of ipfs.get will include.. It's probably worth revisiting this exercise....
Some related modules have been grouped together as monorepos since this was opened: * https://github.com/libp2p/js-libp2p-daemon * https://github.com/libp2p/js-libp2p-interfaces * https://github.com/libp2p/js-libp2p-peer-id * https://github.com/libp2p/js-libp2p-webrtc-star The primary piece of learning from `js-ipfs` is that...
Good news, with #1491 and libp2p/js-libp2p-mplex#233 both applied streaming performance is fixed, not only that but it's now faster than `[email protected]` with smaller message sizes for both mplex and yamux....
For those still hitting this problem, I started using https://packagephobia.com instead, it supports modern packaging conventions so works with exports maps.
I've updated the [repro repo](https://github.com/achingbrain/esm-vs-cjs) with different styles of importing - named imports, default imports and namespace imports. Also using the classes directly and also via constant bindings. Full results...
Thank you so much for opening this PR and for your patience in getting it merged. js-ipfs is being deprecated in favor of [Helia](https://github.com/ipfs/helia). You can https://github.com/ipfs/js-ipfs/issues/4336 and [read the...
This sounds like it's been resolved so I am going to close this issue.
Thank you so much for opening this PR and for your patience in getting it merged. js-ipfs is being deprecated in favor of [Helia](https://github.com/ipfs/helia). You can https://github.com/ipfs/js-ipfs/issues/4336 and [read the...