Fábio Henriques Viana Pinto

Results 5 comments of Fábio Henriques Viana Pinto

@allardmuis, can you share your code?

nevermind, after analizying your plugin I find out that if I add ``` generator client { provider = "prisma-client-js" previewFeatures = ["referentialActions"] } ``` inside the post.prisma file it will...

found a bug, the intellisense works but prismix generates without the onDelete and onUpdate properties. ``` it is generating: account Account @relation(name: "AccountToPost", fields: [account_id], references: [id]) but should generate:...

> Hi everyone, > > Please make sure you do not have `arm64` in the `EXCLUDED_ARCHS` build setting of your app. Closing, as this is an iOS simulator issue. this...

@Widcket I see, I'll try with a ios 17 simulator, thanks