Ofek Lev

Results 1176 comments of Ofek Lev

Are you still interested in adding support for other custom classes like Context? I actually require this now as well!

I'm interested in using `rich-click` but I'm going to open another PR later today that minimally supports arbitrary Command-like, Group-like and Context-like objects which would work for all types of...

https://github.com/mkdocs/mkdocs-click/pull/82

Okay, the PR is merged so you can go ahead and rebase! The main 3 classes should be supported now.

cc @mreso since I see you were previously involved in the packaging efforts 🙂 https://github.com/meta-llama/llama-recipes/pull/153

Hatch does 2. with Hatchling.

Is [this](https://github.com/ofek/pyapp/pull/164) the proper way to use the library until there is an official feature? The documentation [mentions](https://docs.rs/rustls/latest/rustls/crypto/struct.CryptoProvider.html#using-the-per-process-default-cryptoprovider) that applications should call the `install default` method early in main but...

Great, thanks! Is there an example of setting it globally at the start of an application so one does not have to create a client manually?

I'm quite busy currently but I'm extremely interested in this and have been planning on switching to Pydantic eventually!

A PR would be greatly appreciated! However, my preference would be adding a new `command-class` option that defaults to `click.BaseCommand`. The benefit of this approach is that any package becomes...