Daniil Kharkov
Daniil Kharkov
# Bug report ## What's wrong returns mypy plugin generate incorrect type overloads for curry decorated function with TypeVar arguments Code to reproduce issue: ```python from typing import TypeVar from...
1) _Move all tests to test directory?_ 2) Add Coveralls support via [Istanbul](https://istanbul.js.org) [nyc](https://github.com/istanbuljs/nyc)
It's good to encrypt JWT and refresh tokens before show them to user.
* Прикрутить файлопомойку Minio * Добавить возможность прикреплять файлы к постам (пока только изображения) * Прикрутить https://github.com/jazzband/sorl-thumbnail Максимальный размер файла хранится в настройках доски
## Summary When a generic class has two parameters that share a type variable `T`: - `extractor: Callable[[S], T | None]` - `inner: Specification[T]` ty incorrectly infers `T` from the...