Marcel Hellwig

Results 96 comments of Marcel Hellwig

I'm curious about the rewrite. Do you have anything particular in mind or anything done yet? I'm not sure, but I'd like to help, cause I really like this library!

Yes, exactly. I want to monitor both, the communication from the RTU to the device in question and back.

I have the very same exception, also with other styles, such as `SystemColorWindowColorBrush`

I would recommend a command line argument as well 🙂

> The use case that I want clang for is the integrated assembler, for assembling .s files in my rust kernel build process. If you are using a nightly compiler...

What about [`global_asm!`](https://doc.rust-lang.org/unstable-book/library-features/global-asm.html) together with `include_str!`? 🤔

I may have a similar issue with the exact same plug. Quick question: when you try to pair your device: a) does the plug still blinks, even though HA says...

A little bit smaller, but same error: `assert_eq!(Some(1_000_000), serde_json::from_str::("1e+06").ok());` The problem seems to be this line: https://github.com/serde-rs/json/blob/6c6823a6b3f97e4482b07eca02a991f30b19dfee/src/de.rs#L429 It should not try to parse it as float directly. Even something like...

Btw, circt isn't supported as well: ``` ERROR: Ignored the following versions that require a different python version: 0.7 Requires-Python >=3.6, =3.6,

One year later the situation hasn't get any better. I vote for reenabling this as well and letting it enabled up until a certain rust version. Maybe one could use...