Guilherme Souza
Guilherme Souza
I see there is an `examples` folder in https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_flutter/example Probably just getting all these examples built in CI, would already solve the issue with checking if the library works on...
Hey @Vinzent03 I just merged a few changes to CI, including builds on the macOS runner, can you rebase this PR?
Hi, I'm Guilherme from the Supabase team. I tried the demo app using the latest Supabase-js version but wasn't able to reproduce it. @silverbackdan, do you have a reproducible Nuxt...
@silverbackdan sorry if this is a dumb question, but I'm unfamiliar with the Nuxt ecosystem. When running `pnpm build` I get the error: ``` ERROR Missing NUXT_UI_PRO_LICENSE license key. 1:36:58...
Hi all, we're working on a fix for this issue in Supabase. It would be great if you guys could try out the version `"@supabase/supabase-js": "2.49.9-next.3"` and confirm if that...
Hey all, can you give [v2.50.1-next.5](https://github.com/supabase/supabase-js/releases/tag/v2.50.1-next.5) a try? Thanks.
The fix just got released as [v2.50.1](https://github.com/supabase/supabase-js/releases/tag/v2.50.1). Please, update and let me know if you're still facing this issue. Thanks.
@juancarlospaco what's the benefits of using the `StrEnum` instead of `Literal`?
Hi @arbyruns, Did you notice this assertion increases after an update? Which version were you before if that is the case? Also, please make sure nothing has changed in your...
Hey @jppty we just started working on the TUS implementation for Python, yet not supported. This is the PR if you wish to track progress: https://github.com/supabase/storage-py/pull/294