Matej Spiller Muys
Matej Spiller Muys
**What package is missing from Amazon Linux 2023? Please describe and include package name.** cmake is currently very old from 2022. Available in al2023: 3.22.2-1.amzn2023.0.4 Latest cmake 3.x 3.31.8 Latest...
I saw already comments how to workaround this issue: https://github.com/marshmallow-code/marshmallow/issues/229#issuecomment-363250656 https://github.com/marshmallow-code/marshmallow/issues/229#issuecomment-134387999 But still I would like to marshmallow to be consistent with itself. Basically you have a schema with allow_none=False...
I noticed that pyi_out is a lot cleaner and more readable that mypy-protobuf. Since pyi generation is part of protobuf it is probably prefered instead of unofficial mypy_protobuf. And there...
### Issue description Requires is not correctly resolved for minor python version (or when specifiying full version). ``` [requires] python_version = "3.11" [packages] redis = "==5.0.0" # async-timeout = "==4.0.3"...
So. The old one of best functionalities was removed from pipenv (keep-outdated). We use it because we selectively update dependencies (transitive). Especially for non dev environment. Our current workflow was...
from marshamallow import schema as marshallow_schema scope_info.get_definitions("marshallow_schema") return empty list while: scope_info.get_definitions("schema") return an element even though this name is not defined Fix: ``` elif isinstance(node, (ast.Import, ast.ImportFrom)): # import...
Would it be possible for scope info to resolve imports or perhaps have some example in docs how to handle imports. For example I would like to have a rule...
Please generate with pyi files for python for builtin types. Currently we have a lot of errors using those types with pylint and need to ignore checking: ``` 'google.protobuf.timestamp_pb2' has...
**Describe the bug** When running latest Django shell we are getting ./manage.py shell -v 2 ``` 56 objects could not be automatically imported: models.HistoricalCreditOverdraftLimit models.HistoricalCreditLoan models.HistoricalCreditAccount models.HistoricalTransferRequestApproval models.HistoricalTransferRequest ... ```...