David
David
I'm experiencing the same on Android 14 on a Pixel 7 with WH1000-XM3 headphones. Can confirm @trip6kitty trick of killing the app no longer in use fixes it :thinking:
@nechmads Here's a pnpm patch that can be used for `@supabase/auth-js` in the meantime: ```diff diff --git a/dist/main/lib/fetch.js b/dist/main/lib/fetch.js index f6394f712fe187a19c833060524ac7f2949ef64a..a510e18a743ccc4edef0e2011ce8574fff2377b5 100644 --- a/dist/main/lib/fetch.js +++ b/dist/main/lib/fetch.js @@ -100,7 +100,10 @@...
Happening to me as well on PowerToys v0.37.0, insider dev build 21376. My taskbar is positioned at the top. [PowerToysReport_2021-05-07-04-38-59.zip](https://github.com/microsoft/PowerToys/files/6441240/PowerToysReport_2021-05-07-04-38-59.zip)
@AlexHunterCodes @crutkas curious if you could try setting your taskbar to a different position and then changing it back? Seems to solve for me.
To anyone looking here for an interim solution, here's a way to make the description appear as a tooltip: 1. Add your description to a monitor as a tag, as...
Just chiming in with my vote in support of fixing this issue... here's what I said in another thread: I understand the intention with this warning, but it's impossible to...
@tripodsan Hey, thanks so much for your fix! Just curious if you still plan on making a PR?
@DimitrisRK did you ever figure this out? I'm getting this error too, but it's happening to me consistently instead of just with package.json changes.
> Just a heads up: the merge conflict comes from `throw redirect()` now being able to accept a `URL` object in addition to a `string`. I'm not sure we can...
@awxalbert how did you have your GitLab CI cache configured if you don't mind me asking?