Andrey Cizov

Results 5 issues of Andrey Cizov

Have fixed the issue in #1809.

An example like this ```python from typing import NamedTuple class Foo(NamedTuple): x: int """is an important variable""" ``` will not yield a type annotation nor a link in the documentation...

enhancement
help wanted

Docker-py version: 3.4.1 Python version: 3.6.6, 3.6.0 Please see "this line is never reached at all". This container is correctly identified as "exited" by the command-line tools. If I subsequently...

### Description When using autosave-onchange and whitespace plugin with "Ensure Single Trailing Whitespace", one's ability to edit the file at it's end is reduced, since autosave-onchange saves the file every...

One of my use-cases is loading a list of containers in one process and then pushing them to be processed in another process, using a standard python queue. While this...