-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
When upgrading our library to Pandera > 0.14 the `check_types` decorator doesn't seem to be checking DataFrames in the same way. It may be by design for some of the changes in 0.14, but it seems like…
-
```python
class A(metaclass=abc.ABCMeta): pass
class B: pass
A.register(B)
a: A = B() # currently E: Incompatible types in assignment (expression has type "B", variable has type "A")
print(isins…
-
I am getting this error when typing 'jupyter notebook' in my cmd
C:\Users\geniu\AppData\Local\Programs\Python\Python38-32>jupyter notebook
Traceback (most recent call last):
File "c:\users\geni…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
Hello. I would like to revive the discussion about Callable type aliases. The original discussion is [here](https://github.com/python/mypy/issues/1641), and the related discussion about `@declared_typ…
-
### Privileged issue
- [X] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
The combination of using:
* Pydantic v2
* dataclasses (instead of Pydantic models)
*…
-
Hi, I was sent this way from https://github.com/tc39/proposal-decorators/issues/489 because the decorators proposal [has an extensions page](https://github.com/tc39/proposal-decorators/blob/master/EXT…
-
This Issue serves as documentation for anticipated breaking changes in 3.0 and allows community feedback to drive the development process.
# Breaking Changes 💔
- Do not re-export React from `rea…
-
Hi, Alexander!
Yesterday you put on hold my question on stackoverflow. That's how i got to know about this tool. (Actually, i edited the question a bit, so it could be ok now)
[https://stackover…