Mysty

Results 3 issues of Mysty

This issue is a pinned issue relating to installing TwitchIO with extras. The issue with installing some of these dependencies is easily fixed on Python 3.10 and newer. To install...

### Description of the bug When using the `Attributes` section in a class docstring, E.g. ```py class Hello: """Hello World! Attributes ---------- thing: int The thing for Hello. """ ```...

feature
insiders

### Description Litestar does not support raising a `HTTPException` correctly or sending a `Response` from a websocket handler when the ASGI Server supports the `Websocket Denial Response` Extension. Currently raising...

Enhancement