Bobbie Soedirgo

Results 261 comments of Bobbie Soedirgo

No probs! There might be more upside to enabling it in reqwest - e.g. you otherwise need to add a `Content-Type: application/json` header, which doesn't apply here because we implicitly...

This has to do with the default privileges in each schema (`\ddp public|extensions` on psql to check). If `wrappers_fdw_stats` is intended to be exposed via Data APIs, the preferred way...

Thanks for the report! This should be fixed now - `interval` columns are now displayed using its text representation.

> we should go for language availability before we go for complexity. That's why I emulated the go structs I'll have to disagree on this - the typegen needs to...

To elaborate further: some of the reasons we added typings to supabase-js are because it affords us: - autocompletion (table name in `.from()`, column name in filters) - static type...

I see where you're coming from; if Python's typings doesn't support these features then it is what it is. I'll leave it to the supabase-py maintainers to decide if we...

What would also help is if you could show an example of how you'd use these types in your code, because certain approaches end up making the code much more...

Just need to mark this PR as ready for review and a +1 from @silentworks, and then we can merge this.

This is great! 💯 We're also slowly moving all pg-meta functionality to the [main Supabase repo](https://github.com/supabase/supabase/tree/master/packages/pg-meta), which is pure-JS and is simply a SQL builder - would that be a...

Or maybe we keep this feature here for now and switch to the pure-JS version once we reach parity? Wdyt?