galaxyblur
galaxyblur
Thanks for the great plugin. I get this error when testing via HTML5 and using Safari in the iOS simulator. If I long press on the trackpad, the error shows...
Would love to see this supported!
Just ran into this too
@Darrow8 your fix worked for me, thanks. (I don't even use Phone auth and this error was blocking me.) I think the maintainer, @baumblatt , needs some help or funding....
I just got this working after running in circles. (Note: I am NOT using cypress-firebase at this time, I have a manual implementation. However, I think this point is still...
I'm on nuxt 2.* with nuxt-bridge and this works totally fine for me (static build though): ``` import { OrbitSpinner } from 'epic-spinners'; export default { components: { OrbitSpinner, },...
The above solution does not work for me. For every package I install that requires vue >= 3, I have to use the `--legacy-peer-deps` flag. The right solution is what...
@ahoiroman have you had any luck with this?
Same here. Doesn't work with the Supabase docs' suggestions either. ``` const supabase = createClient(supabaseUrl, supabaseKey); export function modelStoreFactory(tableName: string) { const tbl = supabase.from(tableName); type TRow = Database['public']['Tables'][T]['Row']; type...
This seems to occur less often with a higher `duration`, which points to maybe a race condition in calculating the element's offset vs starting its animation.