Roman Inflianskas

Results 55 comments of Roman Inflianskas

Partial implementation: #261.

Sorry, I'm not interested (at least for now), because of the old version of MyPy in repos, which doesn't support pep585.

OK, I've found https://github.com/opendatakosovo/cyrillic-transliteration/pull/11 and it fixed the situation. I'll take a look if I can fix the tests.

GOST_7.79-2000 is the official standard of both Russia and the Commonwealth of Independent States (CIS).

@asvetlov it could be a special constant: ```python # in yarl: QUERY_KEY_WITHOUT_VALUE = object() # in code: from yarl import QUERY_KEY_WITHOUT_VALUE url = URL('https://api.crowdin.com/api/project/{project-identifier}/pre-translate') url = url.with_query(key=project_key, json=QUERY_KEY_WITHOUT_VALUE) ``` It's...

Hi. Sorry for the late response. I don't actively maintain the library anymore. PRs are welcome.

Hi! Sorry, I don't have time to support profanity-filter on Windows.

Blocked by #10.