Sanna Jammeh
Sanna Jammeh
Im getting `[webpack.cache.PackFileCacheStrategy] Caching failed for pack: RangeError: Array buffer allocation failed` after periods of either idle or a few hours of developing. Worst case the entire process crashes with...
Wrote this workaround for myself: ```ts export const onAuthStateChange: SupabaseClient['auth']['onAuthStateChange'] = ( callback ) => { // Until https://github.com/supabase/gotrue-js/issues/313 is resolved // Fire the callback once with the user session...
V2 Has been released in RC and this issue is still present. And with V2 it now calls for even more advanced async handling due to sync `auth.user()` & `auth.session()`...
> hey @sannajammeh and @Xzoky174, can you guys please explain why it is necessary for the callback to be fired when the listener is registered aside from remaining compatible with...
+1 On this. Not so nice having to write custom logic to get the user on page load. Firebase supports this
> > @kristiegiles Next12 disabled .swcrc load. But support for emitDecoratorMetadata will be enabled if specified in tsconfig in next Next.js release --> [vercel/next.js#32914](https://github.com/vercel/next.js/pull/32914) > > Thanks! I also tried...
Any updates on this?
Prune config for Next.js turborepo app Build: `cd ./out && npx turbo run build --filter=` (--scope is depricaated) Output: `/out/apps//.next` Install: `yarn add turbo -DW && npx turbo prune --scope=...
I am also trying to make mutate actually dedupe the requests. Is it possible? I have a revalidateOnFocus middleware for react-native which currently causes 60 requests as its used in...