Philipp Steinrötter

Results 249 comments of Philipp Steinrötter

> Hi @psteinroe , what are you trying to do? Hono works really well for proxying. I'm on 3.12.8 currently. I think the gist is, you create a new request...

Do you have a hint where we can start? I was thinking to join the schemas and resolvers created by the gateway with the local ones but I am not...

It would be great to have this added in! Having the same issue.

EDIT: Got it fixed. pnpm users need to add `node-linker=hoisted` to the `.npmrc` file (and create one if it does not exist yet). Maybe we can add a note to...

That's true! We ended up not adding the expo app to the monorepo because of it... do you have an example of setting up metro properly? Would love to add...

@w3b6x9 either the link it outdated, or either of us misunderstands the requirement. I think this feature request want the following to work: `filters: "col_a.eq.value,col_b.eq.other_value"`. That isn't possible, right?

for us, the main reason for this feature at this point is performance: the realtime query takes by far the most time, because we cannot apply the filters required to...

The issue is fixed by applying this https://github.com/supabase/supabase/issues/4883#issuecomment-1073047443 Nevertheless, the expectation is that pg_net, when enabled on supabase, automatically applies the correct permissions.

hey, thanks for opening the issue. > One option that seems to work is [useSubscriptionQuery](https://supabase-cache-helpers.vercel.app/postgrest/subscriptions#usesubscriptionquery). My main confusion is that the documentation says "The main use case for this hook...

can you provide a repro and more snippets, especially how you pass the data to useUpsertItem? The dx around custom cache updates is not so great, and I assume that...