Tait Hoyem
Tait Hoyem
`Role` has a manual implementation of `From` and `Into` so that it can be converted to numbers easily. This should be some kind of derive macro. I noticed that we...
Do not merge yet. I think we have a new method to add to the Socket proxy.
I'm unsure how well it would fit into the `cargo` build system, but it would be nice if we could build a few `Qt`, `Gtk`, and maybe `egui` apps to...
Related to #45 : The only values I have seen for an `operation` field on any given event with that field is either: * `insert` * `insert/system` * `delete` *...
Whether the StateChangedEvent contains a boolean or not over the DBus wire, it appears that right now it works with an i32 (DBus: "i") return type. Should this be manually...
`/var/log` is for system logs and not for user applications. We should be using `$XDG_*_HOME` ; not sure exactly which, but we shouldn't be using such a sensitive, rarely available...
## Summary Split `BusProperties` into the `const &'static str`s (still called `BusProperties`), and message conversion: `MessageConversion` (TODO: name). All trivial events (where they contain only the field `item`) now implement...
# DBus/zbus Problems Ok, so I keep getting bugged by having two functions that appear to do similar things on the surface. Namely, converting from a `zbus::Message` to a specific...
I'm writing a library that needs to be tested *inside `no_std` environments*. Since `tracing`, and `tracing-subscriber` do not inherently require `std`, it would be convenient to be able to use...