Joberto Diniz
Joberto Diniz
why isn't this merged yet?
Is this still happening? I admit I'm pretty new to the codebase, but I tried to run a simple test and it did not throw `FormatException`. ```csharp public class Issues...
That's even better!
@KathleenDollard One aspect that touches _middleware_ and _global options_ that I find hard: is the `verbosity` option. Usually you want to provide `-v` as a global option for any command....
>ParseResult.CommandResult.Command.Name This is just 1 command. Usually, I have sub commands, like `my-cli env add --param 1`. "env" is a command, and "add" is subcommand of "env". I want to...
Until this is not made officially available, is there any workaround @RomeoAva that you are using?
will this ever be merged?
Same problem. I did not understand how to implement the solution. Shouldn't this be a **feature** of `python-dependency-injector`? This is called `scoped` lifecycle of container instances. This library should provide...
Hey, is this _dead_? Why didn't this get merged?
Does pydantic support nested classes? Does it support Generics?