Christian Jöcker

Results 59 comments of Christian Jöcker

You could also copy-paste what I made and use [patch-package](https://www.npmjs.com/package/patch-package) to save the changes in your `node-modules`

@mattgperry the PR for this issue is open for more than one year. Can you give it a check, please?

Since the PR has been open for almost two years and see no updates on that, you can take the code from the pull request and add it with `npm...

Have you tried `eedling module:stub\[include:lcd\]` ? Note the `/[` and `\]`

If Prisma is not supported on Netlify edge functions yet, why are [these docs](https://www.prisma.io/docs/orm/prisma-client/deployment/serverless/deploy-to-netlify) saying how to do it? Is it possible now with Prisma accelerate as described [here](https://www.prisma.io/docs/accelerate/getting-started)? I...

In my case, everything was solved after deleting `package-lock.json` and `node_modules` and installing everything again.

@kentcdodds what about having a `do you want to include i18n` question during the epic stack CLI setup?

@kentcdodds I'm trying to add [remix-i18next](https://github.com/sergiodxa/remix-i18next) with the middleware to the Epic stack for the PR. As soon as I add the `unstable_middleware=true` flag to the react-router config without changing...

Thanks @cha0s for the hint. I will give it a try!

@AVtheking, thanks for the hint! I think most of the Gemini logic can be done with the Gemini API, but since the Vercel AI SDK plans to have the logic...