-
```
It should be possible to play chess with PyChess using no mouse.
Keys like TAB, space, enter and arrowkeys should be fine.
Optionally typing moves, while board has focus, could also work.
```
Or…
-
```
It should be possible to play chess with PyChess using no mouse.
Keys like TAB, space, enter and arrowkeys should be fine.
Optionally typing moves, while board has focus, could also work.
```
Or…
-
```
It should be possible to play chess with PyChess using no mouse.
Keys like TAB, space, enter and arrowkeys should be fine.
Optionally typing moves, while board has focus, could also work.
```
Or…
-
Traceback (most recent call last):
File "/fssd2/user-data/gsarridis/mammoth-commons/demonstrator/app.py", line 3, in
from demonstrator.backend.routes import initialize_routes
File "/fssd2/…
-
**Version**:
5.0.0
**Platform**:
python 3.10.12
WSL/Ubuntu 20.04
**Description**:
Both mypy and pyright result in an error with the following code in `test.py`
```
from typing imp…
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when Sphinx complains about a problem in a docstring, and then doesn't show me said docstring. For example:
…
-
We've fixed a number of issues with our PEP-696 backport in recent days, and we're now a lot closer to CPython's implementation on Python 3.13. We're still missing 5 specialisation-related tests from …
-
(Btw., I'm writing this issue about Browsh in Browsh)
On large webpages the webextension backend written in JavaScript can become a bottleneck. Although some optimizations are certainly possible, w…
-
With attrs 19.1.0/py 3.7.2, I have the following `attrbug.py`:
```python
from typing import Optional
from attr import validators
import attr
@attr.s
class DoesntWorkWithMyPy:
requir…
-
### Bug description
```python
"""test_lint.py"""
from typing import Optional
class Foo:
"""class Foo"""
a: Optional[dict] = None
def empty(self):
"""foo"""
@clas…
CareF updated
3 months ago