Luke Petherbridge
Luke Petherbridge
I'll also add that it worked fine when the builtin screen reader in popOS was disabled and would read menu items as expected when it was enabled. However, randomly but...
Now blocked on https://github.com/emilk/egui/issues/4219
accesskit is updated now, still a version behind but this can be tested again
https://github.com/lukexor/tetanes/pull/315 disabled accesskit due to egui being behind a few versions. Until `egui` updates accesskit, this is blocked. See https://github.com/emilk/egui/issues/4219
accesskit is updated now, still a version behind but this can be tested again
Looks like this is blocked. See https://github.com/gfx-rs/wgpu/issues/2343 It's not possible to target multiple canvases using wgpu because they don't share a webgl context. The only real solution to emulate the...
See latest on #237
This seems resolved now as of egui 0.31 (and fixed in the deployed example above)
Started getting this as well in github CI: https://github.com/lukexor/tetanes/actions/runs/9647882987/job/26607742318 Current runner version: '2.317.0' Operating System macOS 14.5 23F79 Runner Image Image: macos-14-arm64 Version: 20240616.1 Included Software: https://github.com/actions/runner-images/blob/macos-14-arm64/20240616.1/images/macos/macos-14-arm64-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/macos-14-arm64%2F20240616.1...
And it's not limited to just macOS 14.5 I get the same error on macOS 12.6 with rust 1.81.0-nightly (bcf94dec5 2024-06-23) So this appears to be due to a Rust...