mwohlan

Results 6 issues of mwohlan

# Feature request ## Is your feature request related to a problem? Please describe. The code is from a nuxt3 app using the @nuxtjs/supabase module. The onAuthStateChange listener is often...

enhancement

### Version @nuxtjs/supabase: v0.1.9 nuxt: v3.0.0-rc.1 ### Steps to reproduce create global auth guard like this: ```js export default defineNuxtRouteMiddleware((to) => { const user = useSupabaseUser() if (!(user.value) && to.name...

bug

### Version @nuxtjs/supabase: v0.1.9 nuxt: v3.0.0-rc.1 ### Steps to reproduce Set up a login form using the just the email to receive a magic link ```js const { session, error...

bug

I was running into an issue today where writeInt() from the DataOutput2 class threw an ArrayOutOfBoundsException. It was trying to write to position 1073741824 in the Buffer Array. As far...

### Environment See Stackblitz ### Reproduction https://stackblitz.com/edit/nuxt-starter-kjrnss?file=pages%2Findex.vue ### Describe the bug I was using the new definePageMeta function and tried out the transition properties and noticed an unexpected behaviour when...

3.x
bug
🔨 p3-minor-bug

### Describe the feature Depending on the fonts used for PDFs, some fonts won't render at all when converted to an image. To fix this issue we can disable the...

enhancement