Finn
Finn
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Finn on 5/14/2023 in #questions
How do i disable pre-rendering when using the app dir?
Building a tauri app using the app dir (for better or for worse). The app works fine but as soon as i run a prod build it fails due to next pre-rendering the page and thus hitting some tauri code that relies on the window
8 replies
TTCTheo's Typesafe Cult
Created by Finn on 2/1/2023 in #questions
anyone know how to get the hosts file on a mac to do literally anything. for me its just not working
2 replies
TTCTheo's Typesafe Cult
Created by Finn on 10/1/2022 in #questions
Prisma Update many WHERE with LIMIT?
Got a table full of records that can be assigned to a user, by default they have no user assigned to them. I would like to run something like the following to make sure only X amount of records can be assigned at once. UPDATE"verificaiton SET userID = ${userId} WHERE verificaitonSessionId IS NULL LIMIT ${input.limit} i cant believe that prisma does not allow this? Im i going mad? https://github.com/prisma/prisma/issues/8359v
1 replies