Tait Hoyem

Results 75 issues of Tait Hoyem

Implement it as `TryFrom` instead. Should be trivial after #230

Good find by Claire in the matrix. We don't specify it for sime reason.

We recently had a naming issue that caused an error to be thrown during benchmarks. This error returned was something like `Unknown member for Terminal`. But it didn't tell us...

I incorrectly thought that the `async-io` feature of `zbus` was related to `async-std` (it is, but not in the way previously assumed). `async-io` activates the features for the `smol-rs` set...

[`cargo hack`](https://github.com/taiki-e/cargo-hack) is a specialized tool to help with feature unification and ensuring that programs can compile with any combination of features (including none at all, or optionally, some required...

While it may remain part of the public API, invoking its use should elicit a warning about incompatibility with future versions of `at-spi2-core` and mention the Qt no longer uses...

Hey there, awesome crate! And thank you for all the hard work that goes into it! I work on accessibility tools (mostly for the blind) in Rust and many people...

I work on a system that occasionally moves subtrees to new parent nodes. HTML example: ```html Hello world Text here ``` But now, I want to move h2 and p...

When you `git clone` Odelia, it should work on the first try. The recent complaint in Matrix makes it obvious that this is not currently the case.