Bobbie Soedirgo

Results 256 comments of Bobbie Soedirgo

Hey all, sorry this issue has been open for so long - we're aware this is one of the major pain points when using supabase-js. The crux of the matter...

> Would you be open to adopting a different JSON parser that can transform ints bigger than MAX_SAFE_INTEGER or smaller than MIN_SAFE_INTEGER into BigInts or strings? Yes, but we consider...

Closing in favor of https://github.com/supabase/postgrest-js/issues/174

Good news - we've removed the Deno version pin in https://github.com/supabase/cli/pull/601! Can you check if your function can be deployed now? (You might need to update the CLI) Here's the...

Closing this as it's already fixed in the latest PostgREST release.

The screenshot seems to say that `error` contains something - can you click the dropdown button there? Also wrt the `invalid input syntax` error, can you make sure that you're...

Ah got it, so the issue is the error from PostgREST isn't being populated on the `error` field - the invalid UUID format in the example is intentional. Can you...

Thanks @kvetoslavnovak, in hindsight we should default to `'simple'` instead - we'll make the change on the next major version of the library.

Hey, sorry for the late response, and thanks for the detailed proposal! So we actually made the change for supabase-js v2, but it was [reverted](https://github.com/supabase/postgrest-js/pull/342) to make it consistent with...

Thanks! We could definitely be more specific here - `string` is valid for range types, `Record` is for `json`/`jsonb`, and `unknown[]` is for array types.