Simon-Pierre Vivier

Results 7 issues of Simon-Pierre Vivier

Hi, Just wanted to get the ball rolling on this. As discussed in Discord. Some links from a quick search. https://github.com/rs-ipfs/rust-ipfs/tree/master/bitswap https://github.com/ipfs-rust/libp2p-bitswap https://github.com/ChainSafe/libp2p-bitswap/ https://docs.substrate.io/rustdocs/latest/src/sc_network/bitswap.rs.html https://github.com/n0-computer/iroh/tree/main/iroh-bitswap/src Drop your own below! My...

difficulty:hard
help wanted

Hello! Small oversight. https://github.com/thedodd/ybc/blob/420c7ea742e602459d3193713c35d7948233ba8e/src/components/tabs.rs#L74 It's not "is-rounded" but "is-toggle-rounded" as seen here https://bulma.io/documentation/components/tabs/#styles

Hello! Please advise. I'm not sure about returning an Option, would it be fine to just unwrap and not return an option? Also, I hope that adding this under the...

Hello! I want to make streaming request in WASM. The [Request](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request) object take a [ReadableStream](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream) as body and we have [wasm_streams](https://docs.rs/wasm-streams/latest/wasm_streams/index.html) so I tried to implement [something](https://github.com/SionoiS/reqwest/blob/6bed7571e9e97f6d80b90bc709f3b61be636e415/src/wasm/body.rs#L326). Turns out more...

Hello, I did not know how to contract you, I hope this is Ok. It seams we are working on very similar project. Would you like to collaborate? I have...

Hi, I had a thought that IPFS nodes may self-organize into higher level clusters because of the way connections are formed and maintained. More specifically, knowing the high level of...

I added; - random walk proc that return signed peer records. - periodic publishing of the node own self signed peer records. - add/remove services - logos peer records