Sergei Kliuikov

Results 24 comments of Sergei Kliuikov

@tomchristie does it really necessary in 3.14? You haven't updated any dependence which requires that. You haven't used any syntaxes which requires the dropping old version. It will create more...

> Python 3.6 is EOL OK. What's latest version of Python you can install to CentOS/RH 7 (which supports until 2024)? It's not a wise to drop support without real...

> And you can use Pyenv for installing any non EOL python versions I think you've confused development tools with production delivery tools. Bringing your own python into each system...

@distorhead thanx. That's really my bad. Problem was in `find` command. Can we set smthng for werf to workaround this problem (except exclude `/proc/` from find)?

> In this case, it would be more appropriate to use the `werf export` command, which allows you to publish images to arbitrary repositories for later use without werf. >...

> New version with a lot of fixes and merged PR. Please try again and report back. I would like to, but Rancher now report an error on creating a...

* [Single node installation](https://rancher.com/docs/rancher/v2.x/en/installation/other-installation-methods/single-node/). * [Adding Custom Node Drivers](https://rancher.com/docs/rancher/v2.x/en/admin-settings/drivers/node-drivers/#adding-custom-node-drivers).

@USSX-Hares thanx for idea. It was added to `pytimeparse2==1.3.0`

@axnsan12 You cant drop coreapi until in rest_framework.schemas.corepai.SchemaGenerator is used and DRF

> There are a couple of configs which conflicts with #854 > > https://github.com/axnsan12/drf-yasg/blob/6557517cdf02d8ef48d24a019d4778c4a3cd496e/src/drf_yasg/app_settings.py#L22-L28 > > As of now these are still pinned to the old coreapi ones, this causes...