Steve Chavez

Results 1094 comments of Steve Chavez

It does work with `lolcat` for me, it shows colored numbers. [Screencast from 07-02-2022 07:08:15 PM.webm](https://user-images.githubusercontent.com/1829294/177019632-dcaa2cf7-2587-44ec-95d7-bedd28ae82ef.webm)

@tstat Thanks a lot for this PR! What do you think about limiting the waiter queue? I was thinking that could serve as a way to do backpressure and prevent...

Hey all! Just wanted to let you know that I've managed to extract the pgadmin diff into a CLI tool here: https://github.com/supabase/pgadmin4/blob/cli/web/cli.py There's also a [docker container](https://hub.docker.com/r/supabase/pgadmin-schema-diff) for trying out...

I have the same question. Would like to know if it's possible.

FYI, we're tracking this one in https://github.com/supabase/postgrest-js/issues/282

@miketromba @icopp Though the error message is the same, the issue you mention comes from the Auth API(GoTrue) and that's not used by `postgrest-js`. Perhaps you could open an issue...

> EDIT: I have narrowed down the problem to the change in supabase-js from 1.27.0 to 1.28.0: https://github.com/supabase/supabase-js/compare/v1.27.0...v1.28.0 @kangmingtay FYI, seems there was a regression in gotrue-js ^

> I want a new Ory Hydra OAuth2 Provider Integration Hm, what's the motivation? What does Ory Hydra offers that Gotrue doesn't?

@koakh Some examples are being worked on here: https://github.com/supabase/supabase/discussions/7758

[Renaming columns](https://postgrest.org/en/stable/api.html#renaming-columns) on reads is possible, but not on writes(https://github.com/PostgREST/postgrest/issues/1773) - once the latter is solved `postgrest-js` could autogenerate aliases to solve this.