Marcelo Trylesinski

Results 210 issues of Marcelo Trylesinski

### Discussed in https://github.com/fastapi/fastapi/discussions/12418 Originally posted by **bowenerchen** October 10, 2024 ### First Check - [X] I added a very descriptive title here. - [X] I used the GitHub search...

docs

### Discussed in https://github.com/fastapi/fastapi/discussions/12226 Originally posted by **mzealey** September 19, 2024 ### First Check - [X] I added a very descriptive title here. - [X] I used the GitHub search...

question

### Discussed in https://github.com/fastapi/fastapi/discussions/12218 Originally posted by **nat236919** September 19, 2024 ### First Check - [X] I added a very descriptive title here. - [X] I used the GitHub search...

question

After this, we can implement on Uvicorn side. We may have too much noise from other responses, tho? We should probably supress the others.

- Closes https://github.com/encode/starlette/issues/2673

- Related to https://github.com/fastapi/fastapi/discussions/12416

### Discussed in https://github.com/encode/starlette/discussions/2695 Originally posted by **tomchristie** September 19, 2024 Quoting from #2680... > I'm making some changes to the Starlette documentation to make it more modern and appealing....

- Closes https://github.com/encode/starlette/issues/2625 Currently, the exceptions on the background tasks are swallowed: ```py from typing import Any from starlette.applications import Starlette from starlette.background import BackgroundTask from starlette.middleware import Middleware from...

There's a PR on uvicorn to add this extension: https://github.com/encode/uvicorn/pull/1119 And I have a question... The author said we either need to maintain the list that is maintained by IANA,...

It was already added upstream, but httptools doesn't support it yet. https://github.com/nodejs/llhttp/pull/265