Mo Sattler

Results 48 comments of Mo Sattler

So @Liam-Tait's approach with client extension would look like this? ```ts const prismaWithRLS = prisma.$extends({ query: { $allModels: { async $allOperations({ args, query }) { const [,result] = await prisma.$transaction(...

this approach worked for me ```ts const getAuthendPrisma = (userId: string) => { return prisma.$extends({ query: { $allModels: { // @ts-expect-error there seems to be a bug in `$allOperations` typing...

@kachar aren't `LOCAL`s scoped to transactions?

Same problem here on Mac: ``` user@users-MacBook-Pro ~ % brew install ffmpeg Warning: ffmpeg 6.0_2 is already installed and up-to-date. To reinstall 6.0_2, run: brew reinstall ffmpeg user@users-MacBook-Pro ~ %...

> The `?state` value in the URL must be a unique non guessable value for security, as per the spec. If you want to keep any extra state before sending...

Let me know if I can help with this in any way!

> Would you also consider the option for emulator distribution rather than just server side emulation? Personally I am looking for the "Steam-for-Roms" experience. As in, have my devices (RetroPie,...

Thats a shame! We're looking for a tool to outsource or cart experience, but not having TS is a deal breaker.

I was considering to guard the api calls with Zod, but it's just too much of a hassle, unfortunately. The backend API doesn't support GQL neither, right?