Jon Magnuson

Results 24 comments of Jon Magnuson

In case anyone is interested, I hacked up a futures 0.1 codegen fork over the weekend: https://github.com/jmagnuson/dbus-rs/commit/58e50480257102b1ad9c3758ef90db8917ec37c8 The type signature returns `Box` using `dbus::ConnPath

My bad, missed the part about it being server-specific. >Anything that Derefs into an AConnection should work, like e g Rc. Yep, you're right. I think I had `Send`-ability on...

Airthings published their own python script (MIT license) for reading the values: https://github.com/Airthings/waveplus-reader/blob/master/read_waveplus.py#L167

Thanks, I like this idea. I wonder if there's a way to generalize it to take a iterator of bytes, maybe using something like [`Bytes`](https://doc.rust-lang.org/std/io/struct.Bytes.html) or something compatible with `nom`?...

Hey, thanks for the interest and good idea! I eventually wanted to get to #17 to speed up SPN lookups, but that would probably entail breaking the internal PGN/SPN model....

Ugh, thanks. I should really write more unit tests 🤦

I think that's a great idea. With `DbcLibrary`, I am starting to head down the path of having the rawest representation of a DBC under the hood (at least one...

Looks like @rahul-thakoor created bindings per crate [`wamr-sys`](https://crates.io/crates/wamr-sys).

These would be nice features to add-- they should be pretty compatible with how things are currently modeled, but unfortunately I don't have the bandwidth at the moment. I hope...

@funwun did you ever find a workaround to this issue? I happened to hit a similar `InProgress` error reported over in https://github.com/bluez/bluer/issues/47, also using BlueZ 5.64. Once time permits, I...