mgoldenberg

Results 3 issues of mgoldenberg

Hi, I'm trying to schedule two tasks at the same time on the same date that both require a particular resource whose `isNotReservable` field is set to `true`. As far...

Hi! I'm trying to support `serde`-based serialization on some Protobuf types I have generated using `prost`. I do this conditionally by putting the following in the build script for my...

When creating an `mpsc::channel` with a capacity of 0, calling `Sink::send` on the `Sender` will `await` forever. [Here](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=4b0078249562c3e18039ca53ca55dfb5) is an example, which is also copied below for ease of viewing....