Francis Nimick

Results 19 comments of Francis Nimick

@Angelelz I'm currently using a not-recommended setup (I am using a separate db login rather than using postgres and switching to the authenticated role) but will be resolving that soon....

@isaacHagoel any chance you can take a look and confirm this behavior also happens for you? I can't figure out what code in the library manages scrolling in the keyboard...

Actually, this is very odd, I figured out what's happening. If the incoming table data is updated via a call to `invalidateAll()` in sveltekit, the row props appear to get...

@shawnphoffman are you sure? in my case, I am not using subrows, yet I still experience this desynchronization from the table input data when the input data is updated with...

Interesting, I wonder what's wrong with my configuration. (and yes, it's a supabase database) ping ipv6.google.com does _not_ work, but ping6 ipv6.google.com does work. ipv6.google.com resolves and loads fine in...

I was able to reproduce with a simpler example: https://stackblitz.com/edit/sveltejs-kit-template-default-m8q8da

Additional context in sveltejs/svelte#8209

@silasabbott thanks for looking - your updated reproduction doesn't seem to trigger the hydration error on my system though, no matter which of the example blocks I use?

@silasabbott yup, disabling cache made it happen again - thank you! Can confirm that it's happening. This is wild - I wonder how many of my "failed reproductions" were silently...