Tom Karwowski
Tom Karwowski
I wanted to add tests, but I have issues (again) with advancing futures in tests. When I debug the test, I can see that `notify_eos` (and thus `Notify::notify_waiters`) gets called,...
r? @seanmonstar (I wish that worked :smile:)
> I can see that some may want this util on it's own. I think more importantly though, we should keep the end goal in mind, and "work backwards". That...
Thanks for trying out `wasm-peers` and leaving an issue! I'll try to reproduce it on Monday and will get back to you. Did you try `many-to-many`? It uses the same...
Hi @Wicpar, I finally found time to sit down and investigate. I can confirm that the output you are seeing is not expected. Right after the first user connects, they...
How about the syntax being just skipping the version: ``` buffrs add --registry some-repo/some-package ``` Like `cargo add ` for example.
Let me introduce you to a [comprehensive list of optional clippy lints](https://github.com/tomkarw/opinionated-rust-template/blob/main/template/src/lib.rs#L6-L65) :P However, I dislike the fact that optional lints used to pollute source files. Starting from `1.74.0` there...
As a data point, I run into it today. I might take a shot at it once I'm done with the current task.
Ah, my pet peeve. I'm on it.
Me and some others are hitting this issue quite often. Lemme work on that.