-
**Issue type**
- [ ] Bug Report
- [ ] Feature Request
- [ ] Help wanted
- [x] Other
---
**Description**
I noticed that the type hints in `spikingjelly` do not support Python3.6 in fact.
…
-
I have limited technical knowledge
I installed correctly in a cmd in windows (I run it as admin)
after that "deface" is not recognized as a command. Maybe its as easy as setting some directory t…
-
### Describe the bug
Input: `[1]`
Output:
```
[ 1 Items
0: 1
]
```
It should say `1 Item` instead.
### Environment
{
"marimo": "0.9.10",
"OS": "Darwin",
"OS Version": "23.6.0",
"Proces…
-
I couldn't get autoimport to work. And when I try to enabled rope_autoimport, suddenly nothing works. It simply doesn't suggest anything (python).
version: 1.9.0
python-lsp-jsonrpc …
-
**Task:** Add Python 3 typing annotations to TFDS repository. Now that Python 2 support is officially dropped, we can add better typing to TFDS.
**Impact:** Everyone using TFDS with a static type c…
-
### Description
This leads to resource leakage. Possibly relevant to #2958.
### URL to code causing the issue
https://github.com/vrslev/litestar-sse-cleanup-issue
### MCVE
_No response_
### Step…
-
Add dataset for typing test of **python** programming language
-
## Issue
When running the test suite on Python 3.13.0b1, I'm getting the following test failure:
```pytb
____________________________________________ test_str_convert_ok_py39[1,2-value1-Optiona…
-
Please consider PEP 661 -- Sentinel Values
https://peps.python.org/pep-0661/
* [X] The PEP has been discussed in threads listed in its `Post-History` header
* [X] The PEP was announced on [Discus…
-
Version: pip `0.1.16`
Sometimes the ordering of classes in the generated python is improper so that base classes appear after derived classes that require them. Seems to be a function of the number…