Scott Driggers
Scott Driggers
Tested this PR with real world keys - Tested with `GOOGLE_APPLICATION_CREDENTIALS` and `~/.config/gcloud/application_default_credentials.json` and verified the new tagged enum is used in both cases - Tested with service account key,...
This occurred in my code where I assumed cross-tz date time `
Ahh... well my bad. I saw ``` fn partial_cmp(&self, other: &DateTime) -> Option { self.datetime.partial_cmp(&other.datetime) } ``` and searched for "datetime comparison issue chrono" and assumed it was a problem...
I am not self-hosting runners any more, but it doesn't look like it https://github.com/actions/checkout/blob/cd7d8d697e10461458bc61a30d094dc601a8b017/src/git-auth-helper.ts#L113 (Same line as above that uses `io.cp`)
Seeing this in my build as well after upgrading. Looks easily fixible by https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition ```diff // package.json "files": ["dist"], "svelte": "dist/index.js", + "exports": { + ".": { + "svelte": "./dist/index.js"...
I just went through the steps in my "To reproduce" section, and I can still see `[Object object]` in the `raw_app_metadata` column. Do you see what you would expect to...
`select * from auth.users;` I am referencing the `auth.users` table here because it should be the same for anyone who is using Supabase.
Just for your reference, what should be in the `raw_app_meta_data` column for my specific query is this json: `{"provider":"email","providers":["email"]}`
My issue was package manager installation. If you run `apt-cache show fzf` or equivalent, there is instructions in the description for how to setup auto-completions and keyboard shortcuts.