Vincent Le Goff
Vincent Le Goff
Greetings, First of all, thank you for the guide. I have some difficulty understanding two points that seem (to me) to conflict. I'm not saying they're not exact, but I...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
Alerts in HTML, using the "alert" ARIA role, are not reported in Braille. ### Steps to reproduce: Here's a single HTTML/JavaScript script: ``` Trigger Alert window.addEventListener('load', function () { var...
**Command attempted:** git pr list **What happened:** 1. First I'm asked for my username and password, although git is configured (can pull and push with no trouble). That's new. But...
Hi, I was pleased to find that `BeautifulTable` does support ANSI colors. I haven't explored the code yet so I have no idea how that works, but I would like...
As you know, capture groups aren't only useful for replacing, they're pretty useful for extracting too. I have trouble finding this feature in this Python port, although the JS documentation...
Hi, Thanks for this tool. Can we (or could we) handle cursor movement? In the `documentation_browser` for instance, using the arrow keys do update the right panel and the selected...
Hi, I'm grateful for your work. Allowing async/await in wxPython is great. Unfortunately, while testing, I find a pretty strange sluggishness which I'm unable to explain. Is it because I'm...
# pydantic doesn't like setters on properties Output of `python -c "import pydantic.utils; print(pydantic.utils.version_info())"`: ``` pydantic version: 1.8.2 pydantic compiled: False install path: C:\Users\...\src\pygasus\pyenv\Lib\site-packages\pydantic python version: 3.9.7 (tags/v3.9.7:1016ef3, Aug 30...
In my case (Django 1.11, running on Windows, Python 2.7) the arguments to a Django commands are not processed as integers or floats. It means that the `duration` and `sleep`...