alenzo-arch
Results
2
issues of
alenzo-arch
Currently only the message headers are exposed to the publish method. I propose adding a kwarg to the `Message` init method or publish method to allow the application to include...
**Bug Report** When trying to annotate overloads for an asynccontextmanager, I think mypy incorrectly reports an invalid return type. **To Reproduce** ```python from contextlib import asynccontextmanager, contextmanager from typing import...
bug