-
**Description**
Optional parameters don't seem to work for the pytorch backend. The example below returns ```UNAVAILABLE: Invalid argument: 'optional' is set to true for input 'input' while the backe…
-
### 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.
- [X] I searched the SQLModel documentation, with the …
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
```python
from typing import Optional
@dataclass
class VClass:
name: Optional…
-
```
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…
-
**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:
…
-
(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…
-
### 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