Chris Heinz
Chris Heinz
@dr5hn Great to hear. I used a workaround that actually worked for me. I figured out that db_name also let's you pass options for the backup command so you can...
I figured out that when you are using the withCustomConfig function from react-docgen-typescript it also works using Omit or Pick on your PrimitiveProps. You can check the Readme for information...
I already worked on the same issue and I also reviewed your changes. I noticed that in the payload-types.ts the type for the hasMany, validateHasMany and so on is still...
I handled the cases for the schemas similar to the ones found for number field with has many and fixed the type generation. I changed some code in `validations.ts` which...
Sure, I know I did not manually modify it. I have run the generate-types script and modified the utility that is used to generate the file see `configToJSONSchema.ts` @Gokulsck
Yes you are right as I got more into it, it is not really straightforward. I am on it and got it working with postgres now but some tests are...
I tested it with postgres running locally all unit and e2e seem to run fine I guess that should be it and ready to be reviewed @DanRibbens . Hope I...
Unfortunately still an issue with mackup version 0.8.33 and Google Drive version 52.0.6.0 (installed via homebrew) on MacOS Monterey 12.2.1. Also the proposed solution from @MikaelSmith is not working for...
I just followed the instruction from the [docs](https://supabase.com/docs/guides/database/extensions/pg-safeupdate#enable-the-extension) with replacing "anon" by postgres and I also get a permission denied error (ERROR: 42501)
For me this also appeared on a freshly created project