Melvin Koh

Results 26 comments of Melvin Koh

Hi @smithk86, thank you for reporting the issue and for your patience. I've been thinking about this issue. When you said the actual work being done in an `asyncio.Task`, do...

Do you know if there is any good way to tell when contextvars are being copied? Would you mind sharing it or pointing me to the resource? 🙏 thanks

thank you for the code sample. I can't think of a good general solution so far. I would imagine a function that wraps `asyncio.create_task` that would also unset `is_req_res_cycle` at...

Thank you for the patch, @ddanier. I can attest that this is an issue with one of the larger services we have. Before patching: After patching:

I started to integrate this lib with graphene but came across a roadblock. Defining fields with custom directive is not possible due to the lack of support in graphql-core. I...

This is happening to us as well. We do have AD integration, and when logging in using an AD user, the problem appears to be more severe. The workaround for...