Bernie Sumption
Bernie Sumption
+1! I routinely start to set up integrations, then stop half way because I remember that there's no way to allow an integration read-only access to my GitHub account. Most...
I've got a workaround that allows me to type my `citext` columns correctly without manually editing the generated interfaces. Say you use `citext` in the `company.name`, `user.name` and `user.email` columns....
ICU is supported on the postgres development server (`supabase start`), so I've just developed and tested a new feature using ICU collations and only discovered that it's not supported in...
The cause of the issue is in `src/styles.scss`. ```scss *, *::after, *::before { box-sizing: border-box; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;...