Ilya Kulakov

Results 80 issues of Ilya Kulakov

https://github.com/lukesampson/scoop/pull/2769

help wanted

Tests for CLI tool and certain edge cases are missing.

help wanted

CPython [accepted](https://github.com/python/cpython/pull/9296) a commit that basically copies subset of asynctest into the standard library. Should we champion our cause there? Pros: - No legacy: it's Python 3.8+ only - We...

Like https://github.com/Martiusweb/asynctest/pull/43 but less generic. This is a backport from @GreatFruitOmsk's internal async_unittest written by @amezin.

This is a backport from @GreatFruitOmsk's internal async_unittest written by @amezin.

Asynchronous generators are defined by [PEP 525](https://www.python.org/dev/peps/pep-0525/) and supported since Python 3.6 Unfortunately the syntax change (yielding from a coroutine) is not backward compatible, previous versions of Python will raise...

Let's use py.test and codecoverage (with support for branching). It can be configured like this: https://github.com/Kentzo/async_app/blob/master/setup.py#L15-L27 https://github.com/Kentzo/async_app/blob/master/setup.py#L50 https://github.com/Kentzo/async_app/blob/master/setup.cfg#L25-L27

If I understand correctly, both `decompiler` and `transformers` are optional to the main functionality of the package: inspection and modification of code objects. I propose to make both packages optional...