Находки в опенсорсе: Python
@opensource_findings_python
747
subscribers
4
photos
94
links
Легкие задачки в опенсорсе из мира Python
Чат:
@opensource_findings_chat
加入频道
Join
Находки в опенсорсе: Python
747 subscribers
Находки в опенсорсе: Python
https://github.com/python/mypy/issues/19107
#mypy
#typing
GitHub
Ensure syntax error messages are capitalized · Issue #19107 · python/mypy
Feature When there is a syntax error, the error message has often a lower-case initial letter: $ mypy -c 'x y' <string>:1: error: invalid syntax [syntax] Found 1 error in 1 file (erro...
😁
1
Находки в опенсорсе: Python
https://github.com/python/typeshed/issues/14168
#typeshed
#typing
GitHub
`tarfile.TarFile` has several missing overloads · Issue #14168 · python/typeshed
Right now TarFile.__init__ is defined as: typeshed/stdlib/tarfile.pyi Lines 128 to 132 in c7e29ec def __init__( self, name: StrOrBytesPath | None = None, mode: Literal["r", "a",...
😨
1
Находки в опенсорсе: Python
https://github.com/python/typeshed/issues/14177
#typing
#typeshed
GitHub
mypy CI fails with `geopandas` error · Issue #14177 · python/typeshed
Link: https://github.com/python/typeshed/actions/runs/15279387776/job/42974250437 testing geopandas (25 files)... failure (exit code 1) stubs/geopandas/geopandas/geoseries.pyi:152: error: Cannot ov...
Находки в опенсорсе: Python
https://github.com/dry-python/returns/issues/2177
#dry_python
#typing
GitHub
Feature request: add bool conversion to `Maybe` · Issue #2177 · dry-python/returns
Refs: #874. Currently, Maybe type doesn't have special methods for being treated as bools, so any Maybe object is True in Python. However, I find that it doesn't fit well in Python idioms. ...
👍
2