Tee Ming
Tee Ming
Note: the new version of the cookie parser adheres more strictly to the RFC which will prevent cookie names from containing `:` , etc. causing it to be a breaking...
> Any ETA on this or can I help on getting this merged? I have a failing CI audit check because of the cookie vulnerability You'll need to use an...
duplicate of https://github.com/sveltejs/kit/pull/13386
Thanks for the suggestion! I've replaced it with an import map.
Closing this as a duplicate of https://github.com/sveltejs/kit/issues/12842
> Can I tackle this one? Absolutely!
> Hi, is there anything I can help with to get this merged? Hi Lukas. There's still some deliberation ongoing due to the concern mentioned in https://github.com/sveltejs/kit/pull/11313#issuecomment-1856144691 and we're not...
You may have to add a `w` query parameter for sizes smaller than 540px. > The smallest picture generated automatically will have a width of 540px. If you'd like smaller...
> @eltigerchino yes, but sizes like 540px are never generated > > I've debugged to [directives](https://github.com/sveltejs/kit/blob/%40sveltejs/enhanced-img%400.2.0/packages/enhanced-img/src/index.js#L66), on [line 76](https://github.com/sveltejs/kit/blob/%40sveltejs/enhanced-img%400.2.0/packages/enhanced-img/src/index.js#L76) > > `qs.get('imgSizes')` is supposed to have `sizes` from `img` tag...
I think this is solvable by creating your own global store and updating it whenever a layout loads or unloads. You can tell when a layout has unloaded using Svelte's...