Stanislav Filin
Stanislav Filin
I can help :)
@andreycizov Hi, you need to update commit message here: https://github.com/docker/docker-py/pull/1814/commits/e9c6c86e4dee33408ad2a8cec9ac93f14d663b6b
Hi @auvipy Fix is here: https://github.com/celery/django-celery-beat/pull/664
This one is really strange, I try to investigate this. I found that we do decoding (https://github.com/slackapi/bolt-python/blob/main/slack_bolt/adapter/starlette/async_handler.py#L17) for body. I guess we can change it here (https://github.com/slackapi/bolt-python/blob/15b5ec4e9479753467ef4b41686921f24a14ffc3/slack_bolt/request/async_request.py#L63-L68) to ```python try:...
I can pick for development if this is still relevant
It's actually nice idea to add this functionality to s5cmd
Hi there, Maybe it's better to use different variables, because right now it's not logical. What I see from code - you use `save_to_disk` for saving and rendering. If we...