Wannes
Wannes
## Bug Report ### Version ``` tokio = { version = "1.6.1", features = ["macros", "rt-multi-thread", "io-std", "io-util", "fs", "time"] } tokio-stream = "0.1.6" tonic = { version = "0.4.3",...
The SPI BIDI mode does not seem to function, it never reads anything other than 255 or 0. I'm using a STEVAL-FCU001 board with a STM32F401 and trying to interface...
The current Audio Unit initialization logic produces errors when trying to use output devices as input Audio Units. This results in only some output devices being present when enumerating the...
## Motivation Google WKT were resolving incorrectly (e.g. google.protobuf.BoolValue resolved to super::bool). ## Solution Fixed by using the resolved types from prost, added test cases.
## Bug Report `google.protobuf.BoolValue` compiles to `super::bool` in the generated rust file, which the compiler cannot find. Should likely be `bool`. ``` 1941 | ) -> std::result::Result { | ^^^^...