Pavel Alimpiev

Results 21 comments of Pavel Alimpiev

Hi, Mark! That's a great idea! I'll try to think about some solution! Thanks for your contribution to my project.

I spent a bit of time looking for a solution, but without any luck - to provide different versions of python in one action we have to setup interpreter after...

Hi, V-ed, and thanks for your contribution! As far as I know - it's possible to do so. I'll add this feature in the near future. I'm sure you already...

Thanks for your attention, @gruns! I'm using `pipenv` as the main tool for dependency management. It allows me to set platform specific dependencies. For example: ```yaml uvloop = {version =...

Sorry, @gruns, was a little bit busy with my work. Answering your questions: 1. I've tried `--keep-outdate`, but without any luck - problem was still present. 2. I doubt `colorama`...

`pipenv` published a new release recently. I've checked the described problem, but it's still present, sadly - if i'm trying to generate a lock-file on Windows platform `pipenv` converts `colorama`...

For sure, @gruns, I'll help you. But if we do not move colorama's import under an `if`-case, Python will try to `import colorama` and fail with the `ModuleNotFoundError`.

Hi, folks! You asked for my help @gruns , can I help you with anything?

Sadly, I have to deny this suggestion. Docker Images in the GCR of one user or organisation share the same namespace. If we omit RepoName from the Docker Image path,...