Arnold Loubriat
Arnold Loubriat
We have added a new [author_id](https://docs.rs/accesskit/latest/accesskit/struct.Node.html#method.author_id) property in accesskit 0.15 specifically for the purpose of platform-dependant automated testing. It is exposed on Windows, macOS and Linux following best practice on...
For context: Chromium (which inspired AccessKit) uses the HTML ID for this purpose.
It looks like winit 0.30 is coming soon. I'd suggest we update all at once. We need to move away from icrate as quickly as possible because of its number...
Hello @Bluebugs , AccessKit contributor here. I know nothing about Go but since I came across this project I took a look at this issue. FYI we now have complete...
I agree with you that there is probably a lot of non fyne related code to write, an AccessKit Go bindings project would be desirable. But since there are no...
If I may add something here: the thing that annoys me the most with speech-dispatcher is that you can't tweak settings that are specific to a particular synthesizer. When using...
It's true that Orca solely relies on speech-dispatcher. It has an abstraction layer though. - [speechserver.py](https://gitlab.gnome.org/GNOME/orca/-/blob/master/src/orca/speechserver.py) contains the abstract class, - [speechdispatcherfactory.py](https://gitlab.gnome.org/GNOME/orca/-/blob/master/src/orca/speechdispatcherfactory.py) contains the speech-dispatcher specific implementation.
Hello @TTWNO, You pretty much summarized what AccessKit needs from this crate already: - Minimal compile times: avoid proc macros, - Minimal binary size, - As few dependencies as possible,...
@luukvanderduim I think we should first use serde in places where it is currently missing, and then use strum for what is left. Right now you have added strum as...
@luukvanderduim sorry if I wasn't clear: I was refering to an upcoming use case for which the needs are not yet fully defined, but could require the use of `strum`....