cohlar
cohlar
Hi, I'm also interested in the resolution of this issue. I'm wondering if it's related to #384 and/or #633 as well
Hi, I use windows and `source` isn't available in the cmd / powershell. The workaround I found is to use [env-cmd](https://www.npmjs.com/package/env-cmd) - sharing in case someone encounters the same issue....
+1, hoping this gets merged soon
Hi, one of my users has a similar issue - runs into `Failed to fetch` when my Chrome extension runs `supabase.auth.signInWithIdToken` on Chrome macOs. The extension runs perfectly on Chrome...
> Hi, one of my users has a similar issue - runs into `Failed to fetch` when my Chrome extension runs `supabase.auth.signInWithIdToken` on Chrome macOs. The extension runs perfectly on...
This also happens when joining an enum with a text field, e.g.: ```sql select * from orders join fx_rates using (currency); ``` Results in `ERROR: operator does not exist: text...
I am still experiencing this issue with `"@supabase/supabase-js": "^2.1.4"` - I have only tried locally with `"supabase": "^1.24.0"`, not in production.
I have the same issue. Thanks for sharing @hamanuha , replacing `localhost` by `172.17.0.1` works for me as well.
Putting this in there, solves this feature request pretty gracefully to me: https://github.com/quasarframework/quasar/discussions/16250
+1 I use Quasar with Vite, I also have pages with a lot of inputs and it makes my app ridiculously slow. Would love some performance tips.