David

Results 92 comments of David

@ryuapp I think the more important question is, is there any benefit to throwing when a max age > 400 is set? If you review my earlier comments, you can...

@ryuapp @EdamAme-x I'm not doing anything special, just using `@supabase/ssr` with SvelteKit, as described [here](https://supabase.com/docs/guides/auth/server-side/creating-a-client?queryGroups=framework&framework=sveltekit#creating-a-client). You can see the cookie options that package uses [here](https://github.com/supabase/auth-helpers/blob/main/packages/ssr/src/utils/constants.ts). I don't understand how that's...

Can confirm this is an issue. Had to revert back to v8 for now unfortunately. Happy to provide anything that might be of assistance!

> I don't see the point in creating a separate agent for 4 months; perhaps just let the PR sit until Jan 1? @erebor As far as I know, the...

Can confirm this fixes the weird splits I was experiencing!

Reels also don't work, eg. https://www.instagram.com/reel/DAcE4nvMwxm

Unfortunately, @eltigerchino's workaround doesn't quite work, since preloadData still returns the layout data even if it couldn't load the page data. I've encountered this issue using `{#await}` in a shallow...

It appears this is more of a documentation issue. From what I can tell, `FormPathArrays` expects an array as the provided type, so instead of `FormPathArrays`, it needs to be...

This is also confirmed in trpc's own docs! https://trpc.io/docs/v10/server/adapters/fetch