Roman Inflianskas

Results 100 issues of Roman Inflianskas

I want to parse command lines like: ```shell $ program --option0=value0 --option1=value1 ... --optionN=valueN ``` where `--optionN` is the arbitary option (unknown at the moment of code writing). Can you...

### How to reproduce Write ordinary code for downloading in some `.py` file: ``` obj = SmartDL(url, dest) obj.start() ``` and run it using PyCharm. ### What happens Progress is...

bug
enhancement

At the beginning `README.md` file there is a line: ``` This reference implementation is also available in Python. ``` The link in this line is broken.

I've made a PR #13 that you've accepted. Unfortunately, I cannot use the library the easy way because you didn't upload the latest changes on PyPI. I propose to implement...

If the package has optional features that require their own dependencies you can use [extras_require](https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies). I propose to make use of `extras_require` for all backends that require dependencies to minimize...

# About this change: What it does, why it matters We use Fedora 35 downstream, so to find bugs earlier, let's test Aiven Client on Fedora 35 too.

Input: ```python #!/usr/bin/env python3 from typing import AbstractSet s: AbstractSet ``` Output: ```python from collections.abc import Set #!/usr/bin/env python3 s: Set ``` I didn't prepare the fix yet, but I...

Some code was extracted from: #11 Fixes #14, #27

When I try to transliterate any word written in Latin, which contain letter `q`, `q` letter kept as is. Example: ``` In [1]: import cyrtranslit In [2]: cyrtranslit.to_cyrillic('Question', lang_code='ru') Out[2]:...