Manuel Bichler

Results 34 comments of Manuel Bichler

Hey, Somehow stumbled on your blog. I was also sceptical as you are. 1. Tailwind Makes Your Code Difficult to Read No it doesn't. It's the opposite. As soon as...

I always geht a typeerror as soon as I try to add variables in the query. Any solution? :)

No i didn't. I thought I don't need to do anything in the front-end when we are using session based authentication because the browser is saving the cookies and handling...

@lucasfontesgaspareto that's the case when you use JWT authentication. We are trying to use Sessions which should be no work at all in the Front-End as far as I know....

As prisma is updating quiet quickly (v2.25.0 now) it would be cool to see nexus-plugin-prisma to update the prisma dependencies also more regularly. Thanks! :)

![CleanShot 2021-06-14 at 09 30 41@2x](https://user-images.githubusercontent.com/20935138/121855066-39933500-ccf3-11eb-9c5b-15a60d572fbd.png) https://nexusjs.org/docs/plugins/prisma/overview

If I understand you correctly you could rename the model to `Note` and map it to `@@(name: "notes")` https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference/#map-1

Thanks for the hints. That works with the image, but I still have a problem animating the background. I guess I would need the `useSteps` hook in order to execute...

Another question. What is the `priority` prop for in the `` component? It doesn't allow to let two items appear at the same time in the dom. Which I thought...