David Lorenz

Results 46 comments of David Lorenz

Just saying, for those searching: It's already possible. This PR is nice because it is syntactic sugar -> simplifying what's there but essentially it's already simple, it just isn't covered...

1 + 2. Thanks, that would be nice 3. Perfect 4. Good approach but I'm not sure if it solves it because in my current understanding one needs Select access...

Thanks, valid points mentioned, happy to hear about the RLS on Views, very much excited for that one. I've seen and read that exact same article and am happy to...

One additional note: I am still trying to understand the thought processes behind the storage architecture. The `public` storages can be accessed publicly which is okay for the assets themselves...

Take all of this with a grain of salt I might have something misconfigured and I'm questioning if what I said is true, if any. But is there a good...

Okay once more: I understood that if you do not have the select rights you cannot list the files in the bucket - which conceptually was hard to understand since...

I'm confused that the related PR was closed. I'll take it up I guess.

FYI for those who need a workaround: 1. The easiest option without having to create an RPC is to delete the user after creation immediately. 2. **OR** create an RPC...

> I think it's very much needed to find a solution for this, especially since querying foreign tables this way is documented as the recommended solution (https://supabase.com/docs/reference/javascript/select#query-foreign-tables). > > Perhaps...

> Hello! I've found a workaround for this issue: > > ```ts > import { PostgrestFilterBuilder } from "@supabase/postgrest-js" > > declare module "@supabase/postgrest-js" { > class PostgrestFilterBuilder { >...