Adam Hitchcock

Results 44 comments of Adam Hitchcock

Gutter is the system that the maintainers are currently investing their time into. a quick comparison: - Gutter is roughly feature complete with Gargoyle. (I have not done a line...

I am working on a diff to change from pickle to json as the storage type. We can merge this breaking change in then.

Hi, we still use gutter on a regular basis. That being said we are on an ancient version of Django and won't be working on 2.0 compliance any time soon....

True, but we will gladly welcome the patches. Step one would be to just raise awareness by getting a python 3 travis build up.

👍 would love to help here.

hi, I forked this and added multibyte character support: https://github.com/NorthIsUp/comment-divider-updated

example test ```py def test_with_justify() -> None: panel = Panel( "Hello, World", title="title", subtitle="subtitle", title_align="right", ) console = Console( file=io.StringIO(), width=50, height=20, legacy_windows=False, force_terminal=True, color_system="truecolor", ) console.print(panel, justify="right") result =...

glad you found it! I spent about an hour looking for the cause but I'm not familiar with the code base.

+1 to litellm support. Litellm's value is beyond its model abstraction layer. It also offers budget aware routing between providers (e.g. spreading budget across vertex/azure/bedrock). It offers virtual api keys...

I'm having the same issue an update to the sentry code, would temporal consider adding an officially supported integration instead of a recipe?