Arnold Loubriat

Results 78 comments of Arnold Loubriat

Indeed we still haven't heard from 40 people or so. I wanted to wait a bit before contacting contributors directly by email but I think enough time has passed, so...

As only a few past contributors haven't given their consent, and since it's becoming very hard to get their attention through emails or social media, I have compiled their commits...

I plan to send a last email probably tomorrow. I also think revert commits is a good option. I have never done this on that scale, but we don't have...

Sorry for not coming back to this earlier, I still have other priorities at the moment. Thanks @alex for the resource. The fact that you are not a lawyer is...

Hello, AccessKit dev here. We now have complete C bindings and experimental Python bindings that we hope to ship soon. Our Windows and macOS native libraries are well under 1Mb...

- The latest release of the C bindings is [here](https://github.com/AccessKit/accesskit/releases/tag/accesskit_c-v0.6.2) - Progress on the Python bindings can be tracked on [this PR](https://github.com/AccessKit/accesskit/pull/269) and a test release I generated a while...

Hello, I encountered the same issue on Debian. I was using a `requirements.txt` file to install my dependencies, and the line corresponding to `FrenchLefffLemmatizer` was wrong, making `pip` download something...

For anyone interested in this, the current tracking issue is https://github.com/kivy/kivy/issues/8596

Some questions: - Would keyboard focus be handled by emitting an `EventType`? - Accessible widgets sometimes need to expose children that aren't necessary part of the widget tree, examples include...

> can you better explain the kind of interaction needed between accessibility tools and the TextInput widget? I assume you're talking about paragraph separation? I will mostly talk in the...