-
I've just updated to `micropython_stm32_stubs-1.20.0.post1` and getting some new mypy errors flagged in `io.pyi`:
```
tools/typings/io.pyi:22: error: Class io.StringIO has abstract attributes "__ent…
-
See https://github.com/python/typeshed/pull/6585. There are two problems:
* pytype chokes on `from ... import X` thanks to https://github.com/google/pytype/blob/002b88cf8e0254fbd73fa0277800ec1d0c4e9a…
-
Steps to reproduce:
1. Induce a bug by adding more type annotations. https://github.com/ezyang/pytorch/tree/poc/jit-bug is what I was working on when this happened
2. Run these tests:
```
(/home…
-
Hi. I was trying to build ONNX using [https://github.com/onnx/onnx#windows](https://github.com/onnx/onnx#windows) instructions.
[https://groups.google.com/g/protobuf/c/GLFWU3ZkvOM](https://groups…
-
### Your current environment
```text
The output of `python collect_env.py`
(pytorch_gpu) ➜ vllm git:(main) ✗ python collect_env.py
Collecting environment information...
WARNING 11-03 12:55:08 _c…
-
What does it mean for error ?
\u019b Client exited with error code -11
-
**Describe the bug**
Exception with `INTERNAL ERROR: maximum semantic analysis iteration count reached`
**Expected behavior**
A message like `error: Name "Address" is not defined [name-defined…
-
**Describe the bug**
Table columns have optional[T] type even when they are defined with `nullable=False`
**Expected behavior**
Expected for type to be just "builtins.str" (not optional)
**T…
-
**Describe the bug**
Not sure how to exactly explain it, but if I use a union, mapped and cast together, there is something wrong.
**Expected behavior**
No mypy error
**To Reproduce**
```py…
-
Since scikit-learn 1.4 `HistGradientBoostingRegressor` has had parameter `max_features`: https://github.com/scikit-learn/scikit-learn/blob/6e9039160/sklearn/ensemble/_hist_gradient_boosting/gradient_b…