Finn
Finn
Explore posts from servers
RRailway
Created by Finn on 5/3/2024 in #✋|help
Updates to a template not reflected
im updating my CTA template, ive added a new variable called DATABASE_URL that references MYSQL_URL ive clicked the update button but that does not seem to be reflected when i create a new project with teh template
11 replies
RRailway
Created by Finn on 7/9/2023 in #✋|help
Wheres the button to update my umami instance? 😅
Usually theres an update button when the upstream repo is updated, has that feature been removed?
13 replies
CComCord
Created by Finn on 6/29/2023 in #👋-help
seem to keep breaking the bot
/meme WeDoALittlePosting returned this:
12 replies
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
RRailway
Created by Finn on 1/12/2023 in #✋|help
yes
@ARSENII what was your issue. Is this an npm package?
9 replies
RRailway
Created by Finn on 11/30/2022 in #✋|help
How do i find my services url
I have a service how do i find its url?
7 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