sidekick-eimantas
sidekick-eimantas
> > It's tedious and I don't recommend it for small codebases > > Thank you @sidekick-eimantas . What are then (other?) benefits other than safeguarding the 'consumer' from no...
I've had another look at this thread, a year wiser since last I replied with a suggestion, and am wondering if as a quick potential fix for this, `typer.Typer.add_typer` could...
> And how do you manage completion then? How do you install the scripts and how do you call the program to get completion? We manage the installation of completion...
Seems to work if you change shell to zsh instead
@ruvceskistefan "Seems to work if you change shell to zsh instead" does not mean this is not a bug We don't use "zsh" in CI/CD
The error dissapears if I don't use those String, UriReference, etc type aliases in the Event class
> This is by design. We don't allow you to shadow parent attributes. Why not make `TestEventV1` an instance of `Event`, maybe using `functools.partial` if you want to populate some...