Alex Potsides
Alex Potsides
That first point is almost addressed by running `.fix-package-types.sh` [during the build](https://github.com/beaugunderson/ip-address/blob/master/package.json#L24), but `"dist/**/*.json"` or something similar needs adding to the [`"files"`](https://github.com/beaugunderson/ip-address/blob/master/package.json#L53-L57) array in `package.json` otherwise it the `package.json` files...
Bidirectional streaming is key to my use case and unless I missed something (entirely possible), the only way to do it with gRPC in the browser right now is to...
Sorry for not being clear (and thanks for your patience!) - I'm writing isomorphic client code that requires bidirectional streaming that is destined to run in both node and the...
+1 > Recently we had to change our api because were unable to define multiple post methods per path. So api became uglier in favour of its documentation. Feels a...
I think having it at the resolver level would be better (e.g. a dedicated HAMT codec) so it is transparent to the application. When the application (primarily thinking IPFS here)...
Good spot, thanks! Would you like to open a PR that updates the example?
Closing as the issue should be resolved - please re-open if you continue to observe it.
I've put a test bed together here: https://github.com/ipfs-shipyard/js-libp2p-transfer-performance It takes a slightly different approach to the two files in the OP - notably it doesn't configure a DHT since it's...
What I have found is that between `0.36.x` and `0.37.x` we have started sending more chunks of data than before, and the chunks are a lot smaller. In mplex we...
Superseded by #1390