Katerina Skroumpelou

Results 166 comments of Katerina Skroumpelou

Fixed here: https://github.com/supabase/supabase-js/pull/2088

related - https://github.com/supabase/supabase/issues/41841 - https://github.com/supabase/supabase/pull/41855 Thanks for the PR @Akkii88 . I am not sure I will approve, need to discuss/think about it. In the meantime, can you please remove...

Hi @Akkii88! Thank you for identifying this issue and proposing a fix. The problem you've identified is real, `download()` doesn't provide a way to control caching, which causes stale data...

@7ttp thank you for this PR. Can you please add a test for the new functionality? It can go in `packages/core/realtime-js/test/RealtimeChannel.postgres.test.ts`. Something like: ```ts ... const event: '*' | 'INSERT'...

@7ttp can you please rebase your PR with latest `master`? We made some updates in the workflows, and it will be blocked if you don't rebase

@7ttp can you please rebase your PR with latest `master` to fix the failing pipeline?

Hi @7ttp ! Thank you for the PR! I discussed it with the auth team and we decided that we will not be merging this PR. We do not see...

Thank you for identifying and fixing this issue! The type mismatch you've found is indeed a real bug, the current types don't match the actual API behavior. However, I'd like...

Hey @7ttp! Unfortunately, I think I'm going to close this PR in favor of a more comprehensive fix. The problem is on us. The issue with this PR: While you...