Jan-Frederik Schmidt

Results 28 issues of Jan-Frederik Schmidt

Currently, when downloading a client configuration, it is named after the name of the client. If this configuration is now imported e.g. with the Network Manager, this often fails if...

feature request

The screenshot in the README.md file shows a search bar for clients on version 0.1. Has this feature been removed in the meantime or am I just blind?

feature request

As far as i can see the `Bitbucket.repo_grant_user_permissions` method doesn't work with bitbucket cloud. If i use it, i get the following error: ``` bitbucket.repo_grant_user_permissions(WORKSPACE_NAME, REPO_NAME, USER_NAME, "PROJECT_WRITE") Traceback (most...

Running black and isort on the entire code base. This could be automated in future, e.g. by using tox or gh actions (in order to validate each commit / PR)...

To refer to #24: I would be interested in helping with the configurable formatting. Would it be acceptable for you that we set up a uniform code formatting / lintering...

I really like the concept of `atpbar`! However, what I find a bit irritating is the blank space at the beginning of each line. Is there a reason that each...

I'd suggest adding an option to include source releases (*.zip, *.tar.gz) when no *.whl releases are existing even when the `--no-source` parameter has been set. I'm working on a PR...

When i'm using pip download the following way ```python pip-download --python-version py3 --python-version cp37 --platform-tag manylinux1_x86_64 --dest . --no-source beautifulsoup4==4.8.2 ``` i will get the following downloads ```bash beautifulsoup4-4.8.2-py2-none-any.whl beautifulsoup4-4.8.2-py3-none-any.whl...

When this parameter is set, the source package is downloaded if no wheel package exists, even if the --no-source option is set. Possible issues: - No version check is performed...