Gleb Chipiga

Results 3 issues of Gleb Chipiga

* cattrs version: 1.1.2 * Python version: 3.8.6 * Operating System: Linux x86-64 ### Description Run mypy on first example from readme and get error. ### What I Did ```python...

blocked-upstream

Project structure: ``` aiojobs-stubs └── aiojobs-stubs └── __init__.pyi └── aiojobs_protocols └── __init__.py └── py.typed └── LICENSE └── MANIFEST.in └── setup.py ``` setup.py ```python setup( ... package_data={'aiojobs-stubs': ['__init__.pyi'], 'aiojobs_protocols': ['py.typed']}, packages=['aiojobs-stubs',...

enhancement
good first issue
help wanted

**Describe the bug** The following error occurs when installing the loki driver: ``` Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime...

type/bug
docker