Patrick Haller

Results 24 comments of Patrick Haller

I am encountering the same issue, when using `colorama`. The slave agent is a linux machine. Isn't colorama just outputing escape sequences? Or what else is it doing?

Im not sure anymore... But I think, that `frosch`was becoming more a multi functional debugging tool. So the next step was to introduce features like [icecream]( https://github.com/gruns/icecream). But after coming...

https://github.com/Qix-/better-exceptions/blob/master/better_exceptions_hook.pth this would word, but should used with a ENV var like they did. Not sure if I want automatic hooks at all.

Yeah for now a little overkill. I made a minimal implementation. I am not sure if I ever want to support config files, in case this would come in handy.

The best way is probably to provide a custom LoggingHandler which is usable by its own or can be used as a base class. The frosch LoggingHandler would the implement...

Hey, I ran you code and getting a different result here: ``` man was shot several times {'NEGATIVE': 0.9908545017242432} I went to Palestine {'NEGATIVE': 0.9425508379936218} Black people in the South...

Hey! Not sure what you mean with HuggingFace representation, but if you want to add a model to HuggingFace, then I think you can look at [this](https://huggingface.co/docs/transformers/add_new_model). Otherwise here is...

@baank This is maybe a stupid question, but isnt it possible to use a package like https://github.com/airbnb/lottie-ios for iOS to use its api to make it work? Or is this...

@baank Thanks for the enlightenment. Looking forward to it!

I think @jack1142 made a good suggestion here. I just researched a little, and integrating `ruff` as a linter in VSCode is not trivial. The best way is to create...