Results 21 comments of Nick Mazuk

I'm getting this error, too. It would be really annoying to use Prettier separately because every single non-svelte project has Prettier integrated with ESLint. So Svelte projects are the only...

Any updates on this? It looks the PR is done and ready to merge.

Bit late to the discussion and it looks like this issue was originally from Sapper, but I've found some good uses for named slots in layouts with Svelte/kit. For instance,...

Running into this issue on Cloudflare Workers as well. Any dependency that uses cross-fetch cannot be used on Cloudflare Workers right now.

> This can essentially be done now by returning cache headers and having a proxy sitting in front of the Kit app that understands those cache headers. I'm not entirely...

@skrhlm, out of curiosity, what's your issue with the implementation of it in Next.js?

After some research, I'm guessing that incremental static regeneration (ISR) might have originally been just a Next.js on Vercel thing, but other platforms are adopting it. For instance, the original...

> i do like this! i'd change the name to `prefetchLinks` instead of `prefetch` to make it less ambiguous and leave room for other types of prefetch. Great idea! Updated...

For anyone reading this thread now, I ended up switching to the new next/image component in NextJS 10.0.0 https://nextjs.org/docs/api-reference/next/image Been using it for about a week and it's working wonderfully.

Would it be possible to just use some comments to disable and enable formatting? ```lua -- @format-disable local mtx33 = { 1, 2, 3, 4, 5, 6, 7, 8, 9...