Bobbie Soedirgo
Bobbie Soedirgo
Thought we had an issue tracking this - sorry about that! I'll repurpose this issue to track the bulk update feature.
Sorry for the late reply. Can you try this with `@supabase/supabase-js@rc`? We'll release this as v2 soon - v1 likely won't be updated from then on.
It's the release candidate for the new version: https://supabase.com/docs/reference/javascript/next/release-notes Current plan is to release v2 next week.
Sorry about that - can set `project_id` in `supabase/config.toml` to e.g. `functions_demo`?
Sorry, I'm repurposing this issue to fix the generated `project_id` if you don't mind! Feel free to unsubscribe.
Hey there, we just fixed this on our side - can you try regenerating your types? Also, you might want to create the extension in the `extensions` schema instead to...
Thanks for reporting this @point-source, we pinned the Deno version a while ago because of an issue with [`deno bundle`](https://github.com/supabase/supabase/issues/7878). But since this is starting to be a blocker for...
It's always run with the latest stable Deno version - this is the behavior of [Deno Deploy](https://deno.com/deploy), which we use under the hood.
You might need to use an earlier version of `stripe` - the latest version might be using a `std` version that's incompatible with the pinned Deno version used by the...
We don't plan to support setting the Deno version as that adds a point of failure. Maybe the solution right now is to use the latest Deno version and disable...