Jordan Eremieff

Results 23 comments of Jordan Eremieff

Is there still any interest in this?

Hi @amieka, I've given this some thought and decided it should okay to include this new parameter - let's go with a new parameter named `exclude_headers`. Would you be able...

Thanks @UnderSampled for the report and example workaround. I won't be able to look into it myself at this time, but I would be willing to review and merge any...

@tomchristie Hm, interesting point about the broader context. I haven't really delved into Trio too deeply, but I've only heard good things about it and have seen various efforts to...

Starlette is considering support for Trio [here](https://github.com/encode/starlette/issues/811) and that would make at least two frameworks that support Trio (Quart being the other) - might be worth including here.

Hello, thanks for the issue report! This is due to the default lifespan behavior of Mangum. You can set the `Mangum(graphql_app, lifespan="off")` setting to explicitly disable lifespan to avoid this,...

@cybojenix sure, happy for you to PR this change. 👍 I'm not very strict on contributions, just so long as there is some test coverage and the changes conform to...

Hi @CNLHC, not currently, but this has been something that I've gone back and forth on in the past. I'll leave this issue open for now to see where things...

@chesnutcase This makes a lot of sense, thanks for the detailed issue description. 👍 Support for custom resolution logic is something that should probably be included here, though I'm not...

@ttamg how configurable would a solution here need to be? Could your middleware solution (or something similar) be used to accurately determine the correct scope keys in all cases without...