Matt Campbell
Matt Campbell
As a newcomer to this project, I was confused at first, because the README only barely mentioned the split between v1 and v2. Also, as far as I can tell,...
**Ionic version:** [ ] **4.x** [x] **5.x** **I'm submitting a ...** [x] bug report [ ] feature request **Current behavior:** The ion-toggle component sets ARIA attributes, such as role and...
AWS's documentation is inconsistent about whether the ephemeral storage of Windows Fargate tasks can be increased from the default 20 GiB. When I try to increase it, I get this...
How difficult would it be to dual-license PyO3 under the Apache and MIT licenses, like Rust itself? This would work around the incompatibility between the Apache license and GPL 2....
Unless I'm missing something, it appears that this library doesn't support generation of tagged PDF documents. This feature is important for accessibility. Is this already on the project roadmap? Note:...
I want to implement accessibility for screen readers in Ren'Py. This is different from self-voicing; instead of sending text directly to a speech synthesizer, this will make information about the...
Based on the Neon 0.10 migration guide, it seems that the `Channel::send` function is intended to be non-blocking now. But unless I'm missing something, this isn't the case, because `Channel::try_send`...
How difficult would it be to port this game to a recent version of Unity, say, 2019.1 or later? For the [modified accessible version of this game](https://github.com/AccessKit/the-intercept) that I demoed...
To make this security enclave accessible to blind users, it should have a text-to-speech output option. Current-generation natural-sounding speech synthesizers are certainly too demanding for the processor and RAM in...
We just need to bump egui-winit's dependency on accesskit_winit to 0.7.2. What's the standard procedure for such a dependency update?