Mischa Spiegelmock
Mischa Spiegelmock
Any chance this improves tree-shaking when using esbuild?
I absolutely need the ability to wildcard variables for mocked requests. As one example I have a mutation where I generate an UUID on the client-side and send it to...
For my purposes a simpler version of this would be to let me manually set the HTTP path, method, status code directly on the segment. But I have no idea...
Please keep open
How would one get access to the current next-auth session in `createContext`? Trying to do something like this: ```ts export async function createContext({ req, resHeaders }: { req: NextApiRequest; resHeaders?:...
Prisma cold start is a little better since when I created this issue but it's still a big problem for my application. I don't have recent profiling information right now...
Anyone who wants to deploy NextJS on AWS should look at https://github.com/jetbridge/cdk-nextjs or https://docs.sst.dev/constructs/NextjsSite
``` src/movie.cc:56:42: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'? width_, height_, PIX_FMT_RGB24, SWS_FAST_BILINEAR, ^~~~~~~~~~~~~ AV_PIX_FMT_RGB24 ``` getting this on macOS
I would use Pinto if this was an option. I have a giant giant cpanfile, and I can't just manually add each dependency
I have the same need - two local schema files I'd like to compare in the GitHub action, because my endpoint requires authentication (AWS AppSync). I can fetch the before...