François Vaux

Results 24 comments of François Vaux

+1 for ES6 modules, it's really the simplest way to do nowadays

If someone else has the same issue a quick workaround is to use the UI to temporarily change owners then revert back: ```sql alter table public.yourtable owner to supabase_admin; /*...

I confirm this happens on Linux too

Yes, you can go ahead. The first thing I'm doing is building a prototype of what to achieve, then I'll share it with you and wait for your comments :-)

:+1: We should have tests for the current behaviour as well as the new one

BTW, there's already one in `web/` ;)

@halffullheart You'll have to use an AUR wrapper on Arch Linux since the package is not in the official repos. Yaourt is a common one and can be used the...

Or maybe use GitHub's Releases system, which would avoid cluttering the repo itself with binary stuff

Yes you should :-) I'll do a pkgbuild for Arch once the port is ready. Erwann Mest [email protected] a écrit : > Dunno anything about it. > > Plus, I...

Maybe having a `version.h` file could help? For the frontends, do you mean having that traditional about box with the version? This is quite simple to add in GTK