Maurice Faber

Results 293 comments of Maurice Faber

Sry, I am not active after work anymore...not worth it > On 12 mrt. 2015, at 12:13, Adam Mathias Bittlingmayer wrote: > > Any update on this? > > —...

Hi @generall, my code shows I am doing this... But is the free plan blocking those endpoints?

no, it says snapshot only available in paid version...but how can we get our data out otherwise?

> Do you see snapshots in the UI? No I don't see those either...

> This appears to me to be specific to MacOS Ventura (13) - I don't appear to observe this issue on older releases If it would be as easy as...

> For now, I recommend running the following steps: > > 1. **Backup** all your mackup files! > 2. Run `mackup uninstall` to revert all your files (from the old...

I only have this schema: ```prisma // prisma/schema.prisma datasource db { provider = "postgresql" url = env("DATABASE_URL") } generator yup { provider = "prisma-yup-generator" output = "../src/yup/gen" } enum Role...

Awesome! By the way, maybe the namespace could be `@PrismaValGen` to keep it generic, but only if it is possible to express the validators generically of course. It might be...

Any updates here? Did you maybe try to create a PoC for this?

No, I meant to write objects to a csv file not read them ;) Maurice > On 10 okt. 2013, at 13:25, Remy Loubradou [email protected] wrote: > > Hi @Morriz,...