Quentin Santos
Quentin Santos
From my understanding, Jaspy requires a custom server because `server.py` handles GET requests to `/load/` specially by asking `compile_and_convert()` from `convert.py` to compile it to bytecode, and then sending back...
This obviously does not cover every case, but it is a significant improvement in that it enables typing on the results of most queries.
I have an SQLAlchemy model that makes use of the `Enum` column type. When accessing the field of an instance of this model, mypy believes that the type of the...
When hitting “H”, I want to navigate to the parent of the currently active comment. # Rationale With Reddit Enhancement Suite, I am used to navigating to the parent comment...
Like several issues (#124, #262, #305, #339) have pointed before, the chapter “Subtyping and Variance” can easily become confusing. I have experienced that as well, and I have noticed that...
In chapter "Verb grammar", section "Inflection bases", the 未然形 of various adjectives is given as `高く`, `楽しく`, `薄く` and `大きく`. Similarly, in section "Basic inflections", the 未然形 of ない is...
@m1l maintains two separate versions of this extension, one for Firefox and one for Chrome. However, it is at least possible to make the extension load thanks to [the browser...
Actual: `800x600 in` → `【2 032 x 1 524 cm】` Expected: `800x600 in` → `800x600 in【2 032 x 1 524 cm】`