Andrew Valleteau
Andrew Valleteau
> When I saw it, I thought it was a bug, it would be nice to mention it in the documentation 👀 mention that you can use `.returns` or an...
Hey there ! Thank's for reporting and taking the time to make a MRE that's very helpful ! Seems like this might be a bug with the `generateLink` used to...
Hey ! Sorry to hear about this. And thank's for reporting this ! It's likely due to the introduction of the "pooler" within the self-hosted stack. The new connection should...
I can confirm that there is a bug when changing the default `POSTGRES_PORT` and attempting connection with the pooler. A fix is on the way.
With the fix, you should now be able to connect to the pooler with others ports than the defaults ones. Let me know if you have more issues.
Hey, The runtime error is expected I think AFAIK postgrest need a function that return a `setof` to know it map to another table: https://docs.postgrest.org/en/v12/references/api/resource_embedding.html#foreign-key-joins-on-table-valued-functions However, I think the types...
It seems indeed duplicate. Did you tried the suggestions on the issues ? Does the problem persist for you ? > Could you try `supabase stop --no-backup` followed by start?...
> Fortunately I had not tried the DB reset yet, so I can try the tests you requested. > > Restarting after `supabase stop --no-backup` failed, because I only had...
Hi there ! Thank you for your contribution ! This looks great, and would also help when overriding the Database default `Json` types for a specific ones using the `type-fest`,...
Hi there, thanks for your feedback. > 1. It would be great if we could cache the images between CI runs with the cache action. However, that doesn’t help too...