Nikolas

Results 69 comments of Nikolas

Hey @gustavoggsb, thanks a lot for this issue! It's a great idea to show people how to unit test their code when they use Prisma, so we definitely want to...

Thanks for the additional details, we'll take these into consideration when we're adding an example. Also, not sure if it helps but @eddeee888 just published an [article on testing with...

I couldn't get this to work while exploring this, here's what I tried: 1. Simply remove the `main` function from the `typescript/script` example - Top-level `await` doesn't work 1. TS...

Just tried to adjust my `tsconfig.json` according to the tweet: ```json { "compilerOptions": { "sourceMap": true, "outDir": "dist", "strict": true, "lib": ["esnext"], "esModuleInterop": true, "module": "ESNext", "target": "ES2019", }, "include":...

Thanks a lot for opening this issue! I came across the same problem a while ago and created issues in the [`nexus/schema`](https://github.com/graphql-nexus/schema/issues/391) and [`next.js`](https://github.com/zeit/next.js/discussions/10780) repos. Unfortunately, I'm not yet sure...

Oh a PR would be amazing ❤️ If possible, it would also be great to reference this open issue in a comment in both `tsconfig.json`s so that people know why...

Hey everyone! We just published the first half of the migration guide covering the migration from `t.model()` to vanilla Nexus [here](https://nexusjs.org/docs/plugins/prisma/removing-the-nexus-plugin-prisma). The path to migrate CRUD operations from `t.crud()` will...

> I just don't understand why you are pushing to remove the plugin. Sorry if this was misinterpreted: I don't think we're pushing anyone to remove the plugin _but_ we...

> can you help with: Link pris.ly/d/nexus-prisma doesn't work? Sure, what exactly needs to be done here?

Done ✅ https://pris.ly/d/nexus-prisma