You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2022. It is now read-only.
Requirement - what kind of business use case are you trying to solve?
As you might know many python3 only packages already have type hints present based on the typing module. Afterwards the types can be checked e.g. with mypy. It would be great if you could add type hints and mark the package as types (aka add a py.typed file)
Problem - what in Jaeger blocks you from solving the requirement?
Missing type hints in the code base
Proposal - what do you suggest to solve the problem or improve the existing situation?
Requirement - what kind of business use case are you trying to solve?
As you might know many python3 only packages already have type hints present based on the typing module. Afterwards the types can be checked e.g. with mypy. It would be great if you could add type hints and mark the package as types (aka add a py.typed file)
Problem - what in Jaeger blocks you from solving the requirement?
Missing type hints in the code base
Proposal - what do you suggest to solve the problem or improve the existing situation?
Add type hints 😄