Daniel West

Results 88 comments of Daniel West

My middleware solution for server-side context right now looks has to look like this to work. I am basically getting all the variables from my call of `useNuxtApp()` within the...

Thanks @danielroe I will implement in the way explain in your link.

This could be an issue with vue-router looking at the code. You seem to just hook into `beforeEach` and I cannot see any additional checks there. Any thoughts much appreciated....

So looking at the vue-router docs: https://router.vuejs.org/guide/advanced/navigation-guards.html#global-before-guards The result is considered `pending` until resolved. So perhaps because the new route is `pending` when we return to the original route, it...

Hi, sorry I put in the wrong repo. Did you happen to have any thoughts on this?

Hi @danielroe - sorry for the delay, I'll try to get a repro together, but I'm not sure if it's really a vue-router bug. It's more of the functionality we...

Sure, I'll go and have a play, I have a feeling it wouldn't have been resolved - I'll get something ready within a week all being well or confirm if...

Hi, I have another reproduction where it is very simple and shows that the `truecount` and `falsecount` do not match the total of `count`. https://github.com/vitest-dev/vitest/issues/2456#issuecomment-1342658075 I have a branch and...

Interesting @meyiapir - I've done a fresh install with those versions and I have the issue everyone else has listed using the opt (magic link) login.

I also get this console error on every load ` Multiple GoTrueClient instances detected in the same browser context. It is not an error, but this should be avoided as...