Semyon Moroz

Results 48 comments of Semyon Moroz

@fordnox nice idea! you can open PR, i'll accept him

another half year has passed :) I don't know how long it should take after adding `pending` label, but I suggest waiting the last 2 weeks (another attempt @daniel-shimon)

I'm ready to start working on solving this issue if no one else is against it. Also the second argument (format) in the third line has problems with the placement...

Thank you, I suggest merging my PR first and then we can see what improvements you have made ;) I will also note that stubs for `docutils` are already fully...

Honestly, I do not know why this error arises, apparently this is due to the fact that `migrator` have `image: bot:latest`, but this image name also have service `bot`\ (maybe...

This can happen if `COMPOSE_PROJECT_NAME` is not set. If you want you can remove `container_name` fields from `services`

you can use `export` command, like this: `export COMPOSE_PROJECT_NAME=myproject` I also added a default value to the `.env` file

I decided to take this issue, and here are the errors that were received as a result of running it (some of them are related to the fact that there...

Thanks, I've added the patch you suggested. Regarding the `__module__` issues, I wanted to fix them like this: ```python _mod = sys.modules[__name__] for _name in dir(_mod): _obj = getattr(_mod, _name)...

@JelleZijlstra sorry, but I want to clarify that we did decide to revert `typing_extensions` behavior related to the runtime error in PEP 705 that I mentioned [here](https://github.com/python/cpython/issues/116127#issuecomment-3176307396)? It seems that,...