Sebastian Goll
Sebastian Goll
Possibly related pull requests: #231, #233
Quoting @cartant from https://github.com/ReactiveX/rxjs/discussions/6497#discussioncomment-935487: > I suspect that `using` received close to no attention because it's not something that's used (pardon the pun) much. I am one of the few...
For reference, a question related to this issue was asked in #944 back in 2018—regarding [MQTT 3](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html#_Toc398718042) [MQTT-3.3.5-1] but the same applies to the specification of [MQTT 5](https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901120) [MQTT-3.3.4-2].
Alright, it seems it's more complicated than this. I guess we'd need a type union to differentiate between loading and/or failed queries (that have `data` of `{}`) and completed queries...
This issue is a duplicate of #64, isn't it? Since [llama-rs](https://github.com/rustformers/llama-rs) did essentially the same thing, first in https://github.com/rustformers/llama-rs/pull/14, then with a slightly different interface in https://github.com/rustformers/llama-rs/issues/38, this is definitely...
Is this something that should be tracked in the [v2.0 milestone](https://github.com/rust-embedded/embedded-hal/milestone/3)?[^1] My suggested solution would be to introduce a third enum variant `Operation::Restart`. [^1]: With an uncertain future, for the...
> Is restart supported by all I2C implementations? If it's not, should there be an implicit fallback to STOP/START, or should the function return an error? All I2C implementations that...
@jpfr I'd like to contribute a PR but I'm unsure whether it's sufficient to just remove the assertion (because it describes an invalid assumption) or to actually take the lock...
> `linux/if_packet.h` is a Linux header. It exists independently of whether you use musl or the GNU glibc. Try if you can install Linux headers additionally. Thank you. You are...
By the way, here is a better reproduction for the issue, targeting musl libc from Ubuntu instead of Alpine (where musl libc is the default in the latter, we are...