Jack
Jack
EDIT - I figured out this problem is not cache related; it's Flow's type inference. I have a doubly-nested array and Flow infers the type for element 2 onwards from...
I need this feature (actually for `datetime.date` like your example) - so please make PR!
@ananis25 I think a nice approach would be to register custom types with a new function - either on `typer` or a `typer.Typer` object: ```python import typer typer.register_type(datetime.date, lambda string:...
My 2 cents: declaring the `HexInt` class/type feels wrong, because later the type system says `number` is `HexInt`, when we really want to think of it as an `int`.
@tiangolo can we get this green-lighted for a pull request?
clint now has a dependency on the args module declared in `setup.py` so why not encourage developers to just use args directly, rather than think of it as part of...
What do you mean by vendorable?
OK, so if I understood correctly, in the future the dependency on the `args` package in `setup.py` will be removed, and instead all the functionality from `args` will be included...
I'm getting this problem too, even though I have selected an interpreter (see screenshot showing my virtualenv). The setting `"python.pythonPath"` is now deprecated. What's the current solution for my problem?...