Michael Li
Michael Li
@Klathmon -- any update on this?
Thank you for providing this workaround @KATT. Let me try to convince you that it's not an edge case. > To me, this feels like an edge-case and I'm unsure...
Thank you @AbhiPrasad. It sounds like [AWS Lambda extensions API](https://aws.amazon.com/blogs/aws/getting-started-with-using-your-favorite-operational-tools-on-aws-lambda-extensions-are-now-generally-available/) solves this problem "the right way". I'd definitely love to have this if we can!
@dbeckwith, @scotttrinh, check out https://github.com/colinhacks/zod/pull/1213, which at least partially solves these issues.
@colinhacks -- any thoughts?
Someone may need this going forward @rtivital.
Hi @rtivital: would love to get this merged!
Ideally, we would just have an in-memory database that doesn't require any additional services to be run to simplify testing. See https://github.com/prisma/prisma/issues/1187
I've been building a toy [graphql-blog](https://github.com/tianhuil/graphql-blog) and had to set up a little bit of mocking (see `applyResolver`) to [test](https://github.com/tianhuil/graphql-blog/blob/master/src/middlewares/permissions.int.test.ts) my [permissions](https://github.com/tianhuil/graphql-blog/blob/master/src/middlewares/permissions.ts). The function is mostly customized function to my...
@amorey, @download13: I encountered this issue as well. Proposed solution in https://github.com/muicss/mui/pull/315