Cody Fincher

Results 22 comments of Cody Fincher

If anyone is using poetry and would like to use the latest release that hasn't been published to pypi, you can use this entry in your `pyproject.toml` ```toml tink =...

Thanks for the quick reply. After thinking about it a bit, I'll create a local fork to ensure it works. This will hopefully minimize issues/confusion for others using the library....

I agree. I didn't get to do a full test, but I did notice some issues. Sorry it took me so long to come back and update.

I'm going to close this issue for now.

I'll try to take a look at this tonight if this is still an issue. We probably also need to add tests using the `picologging` logger as well.

Converted this PR to a draft

I think a simple documented example would be great. FWIW, here is something I've used with FastAPI and recently adapter for Starlite. It's been working for me in my limited...

Added structlog integration to the task

I've been a bit MIA due to the holiday. Nice work that's been made. What's the reason for pre-configuring all of the handlers as opposed to providing documentation on how...

Also, if the user is using Picologging and Rich, then there needs to be some additional work done. For instance, here is a quick implementation of the RichHandler in picologging:...