Dzmitry Kalabuk
Dzmitry Kalabuk
Closes #21
Hello. I have seen your implementation of splay tree data structure. I want to propose quiet different data structure - splay tree with implicit key (not sure about naming). It...
I believe that we always want the output in github logs to be colored. If there are cases when we don't, I can make it set through action inputs. Closes...
Build currently fails on linux with an error: ``` error: multiple packages link to native library `freetype`, but a native library can be linked only once package `servo-freetype-sys v4.0.3` ......
## Description When trying to publish a message using gossipsub's `publish` method, it should be possible to predict whether it will fit in the limit defined by the `max_transmit_size` config...
After recovering the corrupted data (parity error) with `recover_with_loss`, the queue got into a curious state — you can send data to it, but any attempt to read gets stuck...
### Summary I'm struggling to understand why the `stream` behavior calls `try_send` without handling the result [here](https://github.com/libp2p/rust-libp2p/blob/aefbfbdcef203f9d48af864335fe737b4445a042/protocols/stream/src/shared.rs#L147). In our use case with hundreds of streams opened per second, it becomes...