Находки в опенсорсе: Python
@opensource_findings_python
752
subscribers
3
photos
92
links
Легкие задачки в опенсорсе из мира Python
Чат:
@opensource_findings_chat
Download Telegram
Join
Находки в опенсорсе: Python
752 subscribers
Находки в опенсорсе: Python
https://github.com/ag2ai/ag2/issues/2017
#ag2
GitHub
refactor: remove `asyncer` usages · Issue #2017 · ag2ai/ag2
We have a root asyncer dependency – https://github.com/ag2ai/ag2/blob/main/pyproject.toml#L61 And just a few of this library usages – https://github.com/search?q=repo%3Aag2ai%2Fag2%20asyncer&ty...
🔥
1
Находки в опенсорсе: Python
https://github.com/ag2ai/faststream/issues/2441
#faststream
GitHub
Feature: Let user enable message counters for RabbitTelemetryMiddleware · Issue #2441 · ag2ai/faststream
Is your feature request related to a problem? Please describe It's not really a problem but at the moment I can't configure the RabbitTelemetryMiddleware to set include_message_counters to ...
Находки в опенсорсе: Python
https://github.com/ag2ai/faststream/issues/2400
#faststream
GitHub
feat: improve error type traversal in error handlers · Issue #2400 · ag2ai/faststream
Describe the bug Current logic here seems to be counterintuitive - take the current exception and check if it's a subclass of any exception type of the registered handlers. This leads to a pote...