Marcelo Trylesinski

Results 960 comments of Marcelo Trylesinski

Take in consideration that I'll need a lot of references to follow on this, and to understand the implications for our users. But yeah, help is appreciated. 🙏

This should have been fixed by anyio 3.4.0: https://anyio.readthedocs.io/en/stable/versionhistory.html Can you confirm? @adriangb

Are there any cons of doing this? Are we going to break anything with this? Is this really necessary? Is it possible to do what the PR proposes without adding...

I've asked about this on `anyio`'s Gitter channel: https://gitter.im/python-trio/AnyIO?at=628b22247df86c141e9b566a As Gitter history is deleted after some time, I'll paste the conversation for the record: Conversation screenshots

@graingert would you mind sharing why we shouldn't go with this? Just to have the record here. 😟 🙏

SSE is implemented on this package: https://github.com/sysid/sse-starlette Do we like to have it on `starlette` instead? For HTTP/2, I guess we first want to have support on `uvicorn`, which will...

I guess the removal of GraphQL code should be included on the 1.0 milestone.

TestClient is now using `httpx` i.e. there are no blocking points to move to 1.0. I'll try to create a plan for this bump. It's a big step for us....

Unfortunately, this is not a solution. 😞 More info on why this is not a solution: https://github.com/encode/starlette/pull/1441

> Okay, this can be resolved by adding these lines: > > ```python > t = anyio.get_current_task() > if t.name == "anyio.from_thread.BlockingPortal._call_func": > # cancel stuck task due to discarded...