Mike Shantz
Mike Shantz
Is this a sane pattern to follow to make use of `SQLAlchemyAutoSchema` with a non-orm (SQL Expression Language) table definition? ```python from sqlalchemy import Table, Column, Integer, String, MetaData from...
The upstream [pypiserver](/pypiserver/pypiserver) used by this docker configuration has now included official support for docker setups since version 1.2.5. This project remains on version 1.2.1 (I think) and the upstream...
I'm not sure if this is a bug, documentation oversight, or just a misunderstanding on my part. **Version**: Current master at b7f9a4c02aeb687d4db307a63cff0fb24aaec427 **Description**: I'm messing around with pubsub, and I'm...
**Version**: 5.0.0 **Platform**: python 3.10.12 WSL/Ubuntu 20.04 **Description**: Both mypy and pyright result in an error with the following code in `test.py` ``` from typing import Protocol from redis import...