Oleg A.

Results 74 issues of Oleg A.

В примерах с logging не надо использовать f-строки, они забирают ресурсы на интерполяцию строк, которые могут не пригодиться при определённых уровнях логирования

good first issue
wontfix

Пожалуйста, добавьте сравнение производительности с logging (с учётом #12) и loguru. Нашёл большое описание "почему polog это быстро", но не нашёл простого бенчмарка. Для убедительности достаточно сделать один простой и...

documentation
wontfix

Since I made a PR - you and I should know: is it passes the tests. So, let GitHub check it :) Also updated actual python versions for matrix

Bumped version to swagger-ui-5.11.3

## Description ## Motivation and Context Bump actions versions ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change...

## Description Windows runners use PowerShell by default, so provided docs are not relevant for this os. ## Motivation and Context Fixes #1220 ## How Has This Been Tested? Tested...

```python 2024-05-01 14:07:56,859 - 49: app.handlers.error_handlers.basic_errors - ERROR - ERROR! Traceback (most recent call last): File "/Users/t0rr/Library/Caches/pypoetry/virtualenvs/true_mafia_game-_4o18Ra--py3.11/lib/python3.11/site-packages/aiogram/dispatcher/filters/builtin.py", line 583, in check raise exception File "/Users/t0rr/Library/Caches/pypoetry/virtualenvs/true_mafia_game-_4o18Ra--py3.11/lib/python3.11/site-packages/aiogram/dispatcher/dispatcher.py", line 1397, in process_response response...

Once Kafka starts, it takes a few seconds to get ready to receive messages from producer. How to check this readiness from aiokafka client?

question

Blocking requests in 2019...? Welcome to the future :) ``` async with aiohttp.ClientSession() as session: async with session.get('http://httpbin.org/get') as resp: print(resp.status) print(await resp.text()) ```

`app` object should be created within `__main__` only [//]: # "By submitting this pull request, you agree to:" [//]: # "- follow [Litestar's Code of Conduct](https://github.com/litestar-org/.github/blob/main/CODE_OF_CONDUCT.md)" [//]: # "- follow...