misimilen
Explore posts from serversTTCTheo's Typesafe Cult
•Created by misimilen on 4/7/2024 in #questions
404 Not Found when rendering <UploadButton>
1 replies
TTCTheo's Typesafe Cult
•Created by misimilen on 3/9/2024 in #questions
Prisma extension for remapping all fields of certain prisma type
Can I make an extension that remaps all fields of say a String or Number to something else regardless what field or model it's in? I'm using the temporal polyfill and want to remap all my DateTime @db.date to Temporal.PlainDate but I'm stuck.
The remapped field names should keep their name. I only want the value to change.
1 replies
TTCTheo's Typesafe Cult
•Created by misimilen on 5/3/2023 in #questions
Generating image background job
I'm making a game where you can create levels in HTML5 Canvas and upload them to the api. I will need to generate an image for the level and I thought about using playwright to take a screenshots of the game via this playwright browser instance. Doing this in a serverless function doesn't really scale because it can take some time to generate it so I thought about having a background job for this. What are some helpful services to aid doing this?
1 replies