Vladimir Klepov

Results 31 comments of Vladimir Klepov

One minor thing, not sure if the license badge fits this rule: > Do not add the license name, text, or a Licence section to the readme. GitHub already shows...

@alenrajsp looks like you have an extra πŸ“š emoji in the section title, but not in the ToC β€” not sure why the other sections pass

Second this, prepared a nearly identical repro: https://github.com/thoughtspile/svelte-hydration-repro

We run this userland workaround in production, seems to do the trick with the caveat of not triggeing `on:input`: ```js const preHydrationValues = new WeakMap(); // client-side only typeof document...

> we wouldn't gain anything from adding a config option here in terms of browser compatibility. As far as browser support goes, it seems like chrome between 66 and 103...

On a related note β€” if svelte-kit supports HTML response streaming, the response fragment with links can probably be flushed before rendering the main content. This preload will be invalidated...

Hi friends! I just made a detailed repro with `[email protected]`: https://github.com/thoughtspile/mini-css-extract-plugin-order-repro Dropping `sideEffects` from package disables tree-shaking altogether, which is unfortunate. @alexander-akait

In case you're curious, I have apparently worked around the issue with a Babel transform that traverses the dependencies and adds transitive CSS imports to every JS file in depth-first...

Hi @andresz1, and thanks for your work on size limit action! We build our package in an npm prepare script, and without the ability to skip steps in base branch...