Vitaly Samigullin

Results 21 issues of Vitaly Samigullin

Sphinx docs updated to reflect changes proposed in [this](https://github.com/tomekwojcik/ForgeryPy/pull/7) pull request.

CHANGELOG - Python 3 compatibility bug fixed (`xrange` put in the `try/except` clauses, so that it can be fallback to the `range` in `python3`) - Some new methods added to...

For now configuration options are validated with [s/valid?](https://github.com/tomekw/hikari-cp/blob/master/src/hikari_cp/core.clj#L164). The problem is that quite [often](https://12factor.net/config) DB connection options are coming from the environment variables that are always strings. That breaks validation...

For now the package lacks metadata on the license and GitHub repository link to look it up. This may result in some users (esp. corporate ones) refusing to use the...

For now `workflow_secret` supports setting just one key-value at once. Setting multiple secrets requires explicit looping over the keys: ```bash $ cat key_val.txt SECRET_KEY1=VALUE1 SECRET_KEY2=VALUE2 SECRET_KEY3=VALUE3 $ cat key_val.txt |...

enhancement
priority: medium

See `Manage Distribution` in [app dashboard](https://api.slack.com/apps). Setting up [OAuth redirect URLs](https://api.slack.com/legacy/oauth#redirect_urls) will be needed to allow other workspaces to authorize use of the app.

We need to support the [PSF-2.0](https://github.com/python/cpython/blob/main/LICENSE) at least. Older licenses like `Python-2.0`, `Python-2.0.1`, `CNRI-Python`, `CNRI-Python-GPL-Compatible` are probably not really needed as they are from the [pre-2001](https://github.com/python/cpython/blob/main/LICENSE) era.

PyPI URL is hardcoded in the checker's code. Given that people may be using PyPI mirrors, we need a CLI option to pass in a custom URL for JSON API

blocked

To reproduce: 1. Create a `requirements.txt` ``` -f https://download.pytorch.org/whl/torch_stable.html torch==1.7.0+cpu ``` 2. Pass in to the checker and get an error ``` lein run --requirements requirements.txt torch:1.7.0+cpu Error Error ```...

For now, it can be added to the Q&A section. Later may be moved to a dedicated section.

documentation