uvicorn
uvicorn
minimalist fork of Th3Whit3Wolf's variant   [code](https://gitlab.com/peach-lasagna/dotfiles/-/blob/master/lua/spaceline.lua)
@mfiano could you please share your config?
Thanks!
shift+ up\down arrow . In my terminal it is `^[[1;2A` and `^[[1;2B` 
Fixed #24
0 comments, nice
I don't know how to make a problem statement, the letters are of different lengths, I have no idea what it is connected with
No, i want use annotations instead of response_model. i want fastapi to understand typehints
i think to do something like this: ```python from typing import get_type_hints @app.get("/") async def root() -> dict: return {"hello": "world"} hints = get_type_hints(root) if "return" in hints: response_model =...