Kasper
Kasper
Volta creates a folder in the user's home folder, which goes against OS guidelines. I'm not a huge fan of this because it essentially results in data being stored in...
### Describe the bug I frequently take screenshots, which on macOS is done using `cmd+shift+3/4`. When I do that, the inspector shows up and photobombs my screenshot, then it stays...
After paths/snapshots are deleted, KopiaUI seems to keep around empty directories in the repository (directories like `q3e/7ce`). It would be great if those could get auto deleted, especially for repositories...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
# Bug report ## Describe the bug When doing a foreign table query, for some reason the type is `T | T[] | null`. ## To Reproduce With the following...
These are my personal suggestions syntax suggestions ## Enum variant access & type guards This shows a few things: 1. Type guards, like in TypeScript. After handling if the result...
**Describe the bug** I get the below error whenever I run `supabase db diff`. Even removing all images and containers doesn't fix it. Other commands work fine, such as `start`,...
### Is your feature request related to a problem? Please describe. Supabase is using a lot of CPU at idle. Using the `supabase start` `-x` option to exclude containers is...
Just noticed that the Ubuntu install command is different than what it was before: ```yml - name: install dependencies (ubuntu only) if: matrix.platform == 'ubuntu-20.04' run: | sudo apt-get update...