Niklas

Results 8 comments of Niklas

Hi @willmcgugan - what do you think of this utility function and the current approach? One note - I'm not sure that the cleanup function included using `atexit.register` is actually...

Thanks for the feedback and apologies for the slow reply. I use nested progress bars very frequently, and being able to print log info at the same time would be...

In the toy example, the "special case" for the function's return type was a literal and you've provided a nice way to state this explicitly. In the actual use case...

I have an issue that seems closely related. I cannot figure out how to display documentation on command line for subcommands. For example, I'd like to do `poetry help env`...

Here's a very invasive workaround that makes it possible to adjust this (and other) config options by monkey patching: ```python #!/usr/bin/env python # /// script # requires-python = ">=3.12" #...