Harshil

Results 63 comments of Harshil

> Which approach should I follow? I assume the former (like in `Invoice`), but I wanted to double check. I don't think we should add class constants for `Bot`, since...

Facing the same issue. I don't want to downgrade my python just for this. I think llama.cpp should support Python 3.12. The latest pytorch version (2.2.1) now also supports Python...

Yeah I've had this same problem yesterday with the llama.cpp model. It was stuck and never produced any output, but I did get an output if I use llama.cpp directly...

Implemented in Bot API 7.0. Issue can be closed

We've tried using isort's `sort_exports` in our project and it has several problems (from https://github.com/python-telegram-bot/python-telegram-bot/pull/4052#issuecomment-1875942280): - Doesn't honor black settings, i.e. uses single quotes (`'`) instead of double (`"`). -...

> Will look into this (\cc @BurntSushi), but in the meantime, you can do `uv clean` (or even `uv clean pytest`). Thanks for the crazy fast response! This did indeed...

> Instead of doing this via a decorator, we could that instead in a centralized place in _do_post also agree with dropping the decorator.

Definitely simply go with logging the endpoint. Trying to extract the traceback stack is a bit too complicated for such little benefit.

> I can wait. Until then I can take a look at the code base and understand the req better @nemo-1999 you may start working on this now since it's...

> It's currently the only way to test topics without having 200 members in a test group As of Telegram 9.3 (Dec 30, 2022), we can now make a group...