Joel Kuzmarski

Results 88 comments of Joel Kuzmarski

That link doesn't really apply to this issue since this is a problem is in the _Brewfile_, not the _Caskfile_.

Unless Homebrew has the same convention?

@benmccann When working with some SVG, I noticed if I put it in a component like I see often suggested, then the SVG nodes get parsed by Svelte and end...

@benmccann What about a `` tag as a stopgap for now?

> I did have one question about whether there are any references for more detailed info here: Here was my reply to (that you may have missed): > Main point...

I believe I am hitting this same issue seeing as a form that previously worked on hitting "save" now says "404 Not Found" upon hitting "save" after enabling ISR in...

After seeing https://github.com/sveltejs/kit/issues/661#issuecomment-1812038166 I am wondering if my initial interpretation above is accurate.

Here is a detailed guide based on the [Rich Harris answer above](https://github.com/sveltejs/kit/pull/9787#issuecomment-1572876158) regarding optimized images on Vercel... https://github.com/leoj3n/svelte-vercel-optimized-images

@benmccann You can set `Cache-Control` headers with Vercel... https://github.com/leoj3n/svelte-vercel-optimized-images?tab=readme-ov-file#avoiding-304-network-requests It looks like you merged https://github.com/sveltejs/kit/pull/8667#pullrequestreview-1730990777 which relates to the OP... Considering the ability to set `Cache-Control` with Vercel, your remaining...

@benmccann Regarding "Vite processes the request before Vercel takes over"... It kind of defeats the purpose of using Vercel to send the correct image type (`avif`/`webp`) based on headers sent...