Han Qiao

Results 436 comments of Han Qiao

You can get those variables via `supabase status -o env` command. Probably easiest to append them to your .env file so it's available tests. For eg. ```yaml - uses: supabase/setup-cli@v1...

At step 3, you are dropping the not-null constraint on `auth.users` table which isn't supported. You should always add those non-nullable columns in your seed.sql file instead of modifying the...

> Even supabase --help would print help and then the command wouldn't actually finish executing for another 10s or so This is because the cli checks for any updates on...

Could you also report which shell you are using? This is to help me reproduce the login issue.

Updates on this issue: 1. It might be a duplicate of https://github.com/supabase/cli/issues/2447 2. I'm still looking into it, but it doesn't seem like a high priority. 3. It should be...

By windows terminal, do you mean PowerShell? Just for clarification, have you also tried holding down ctrl + clicking the link?

Could you attach a screenshot where you need to import the custom cert on iOS? Is it in Xcode? Based on the comments for this issue https://github.com/supabase/cli/issues/1491, you only need...

You can download the cert from cli repo: https://github.com/supabase/cli/blob/develop/internal/status/kong.local.crt Click download raw file, then airdrop the downloaded `kong.local.crt` file to your iOS device. It should be recognized as a certificate...

Hi @jackc , thanks for making this library open source. May I check with you what's the expected behaviour when both statements in the batch are valid? For eg. ```go...

Yup using config.toml is preferred here since you probably don't want MySQL password to be stored in a migration file. I will update docs accordingly.