Tait Hoyem
Tait Hoyem
Fix #153
Steps are roughly: - [ ] Find event that corresponds to the desired feature - [ ] Decide if there are any pre-requisites to the feature being triggerwd (think: focused...
Hi there, I'm working on a project to get an extremely minimal TTS working in Rust. As part of the requirements, my library needs to be `#![no_std]`. It'd be nice...
Hi there, I just want to clarify how you were able to license this under MIT when the works you have used for reference are GPL (the original Fortran code,...
Hello @Narsil , `rdev` is very useful to me and many others. However, the piling up of PRs and issues has me wondering if this crate is going to continue...
Since we are considering a new input daemon system, I'd like to point out that we had many complaints at the time like "hey this script doesn't work on my...
We should benchmark the event handlers and the tower infrastructure to ensure we don't have any large bottleknecks. I'm not expecting we will, but it's good to keep an eye...
While the `odilia-cache` crate is fine, some basic proptesting could be useful in confirming that inconsistent state is never reached. I have a few ideas that should help us confirm...
Since Odilia has many crates, sometimes the features can get mangled in a PR or rough squashing. I'd like to see `cargo hack` used on all workspace crates individually to...
Text returned from the `org.a11y.atspi.Text` interface is _not just a String as per Rust rules_. It contains additional contracts like that of how the [object replacement character](https://www.fileformat.info/info/unicode/char/fffc/index.htm) should be interpreted...