Matt Campbell

Results 76 comments of Matt Campbell

This issue is also affecting me. As the culprit seems to be in Chromium, I've opened an issue there: https://crbug.com/1286503

I think the best solution is to use each platform's native TLS implementation. On Windows, that's SChannel; on Mac, that's SecureTransport; on Fedora, that appears to be NSS; elsewhere, it's...

On Twitter, @Lukasa responded to my suggestion that requests might punt on this problem by using libcurl as a transport, presumably via pycurl. @Lukasa's concern is that depending on libcurl...

I understand why installation should require no compilation, though I would limit that to "no compilation on Windows", since I think requiring compilation on Mac and Linux is entirely reasonable....

[AccessKit](https://github.com/AccessKit/accesskit), which @ndarilek mentioned in the previous comment, is now far enough along that we can start working on integration into egui. I have a very basic integration of AccessKit...

A quick update: AccessKit is still Windows-only, and there are still serious limitations in the Windows implementation, most notably lack of support for text editing. But one major blocker has...

@emilk On #1844, I mentioned the possibility of replacing egui's current `WidgetInfo` with AccessKit, and you seemed to be in favor of it. Do you want me to replace `WidgetInfo`...

The [accesskit branch in my egui fork](https://github.com/mwcampbell/egui/tree/accesskit) has a rough but basically working AccessKit integration. It's based on the egui master branch as of earlier today. The other key difference...

I haven't yet decided to use Ionic in my own application, because I was reviewing the code for possible accessibility issues first. (Flawless accessibility is a must for any third-party...

Rather than write my own code sample, I'll give steps for reproducing the problem using the ion-toggle documentation page. 1. Start NVDA and a Chromium-based browser (tested with the latest...