Tait Hoyem

Results 149 comments of Tait Hoyem

I think that there are some other issues that are not possible to fix due to compiler limitations. Not being able to apply a blanket implementation for `TryFrom` is a...

> Maybe TryFrom for Interface is not strictly needed? Yes. This is sort of the idea I'm getting at: ```rust pub enum Interface { #[serde(rename = ACCESSIBLE_INTERFACE_NAME)] Accessible, ... }...

Thank you Luuk, for clarifying the issue and adding important information!

Yes... I think you're right about that. No, I don't think you can disable a festure when another is enabled.

I think this was changed when async-std and tokio were both allowed as features of zbus. And I said "oh good! now I don't have to worry about atspi having...

I can think of one case where this would be an issue: `AtspiError`. We use formatting to create the Display impl. Can you think of a way around this?

Why did this branch before your CI fix? Strange.

TODO: - [x] implement `Get/Set TextSelections` for `Document`. - [x] fix docs to look like Rust docs instead of DBus XML docs