uvicorn

Results 12 comments of uvicorn
trafficstars

minimalist fork of Th3Whit3Wolf's variant ![изображение](https://user-images.githubusercontent.com/59787538/104824555-5121db00-5885-11eb-87fa-c23df69ee8ad.png) ![изображение](https://user-images.githubusercontent.com/59787538/104824632-0f456480-5886-11eb-842f-a0825dd0f8c1.png) [code](https://gitlab.com/peach-lasagna/dotfiles/-/blob/master/lua/spaceline.lua)

@mfiano could you please share your config?

shift+ up\down arrow . In my terminal it is `^[[1;2A` and `^[[1;2B` ![изображение](https://user-images.githubusercontent.com/59787538/115034191-6b576d80-9ef5-11eb-9129-13464ce7e754.png)

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 =...