softgrip

Results 5 comments of softgrip

^ I do not know that it's the image tag. I have seen the bug, and it's weird and inconsistent.

+1 I get raw data from an external JSON api, and need to format the floats that are returned.

I did a little bit more investigation. It's actually caused by this div on the homepage. ```html ``` If I delete that from the DOM, the slow experience goes away...

This is EXACTLY what I'm after. I'm basically making my own server that wraps an external API, but does some processing on some of the functions, and is accessed by...

I'm getting this with a fresh sveltekit install with a reactive variable. It's literally a straight install from https://kit.svelte.dev/ as at 2024/03/12 with this svelte example file put in `/src/routes/check.svelte`....