Jonas Kuske

Results 86 comments of Jonas Kuske

FWIW, I also experience massive performance hits when using (the builtin) `->srcset()` more than a couple times.

Yep, sounds very useful – didn't know this property existed! Will look into it :)

Hey, just to give you a quick heads-up: I'll look into it this week, but can't promise anything as of now, as it might be actually quite complicated to make...

Nothing new for `scroll-padding`, BUT `scroll-margin` is supported when this lib is used in tandem with seamless-scroll-polyfill: https://github.com/jonaskuske/smoothscroll-anchor-polyfill/issues/51#issuecomment-1063970586 So you can apply a scroll margin to the scrollable/targetable elements (instead...

@DavidLindsey0118 No new version of smoothscroll-anchor-polyfill needed, support for `scroll-margin` is achieved by replacing smoothscroll-polyfill with seamless-scroll-polyfill. (then initializing the latter via `seamless.polyfill()`) See here: https://github.com/jonaskuske/smoothscroll-anchor-polyfill/issues/51#issuecomment-1063970586

@johannschopplich @distantnative What's the right place to discuss Vue 3 migration plans? There are some aspects that directly affect HMR compat: - In Vue 2, Kirby [externally modified/overwrote](https://github.com/getkirby/kirby/blob/main/panel/public/js/plugins.js#L43-L49) Vue component...

Maybe for context as to why this matters to me: I'm using the SSH Agent provided by 1Password, and every now and then SSH and everything that relies on it...

> seems to be abandoned though, and no maintainers have even left a comment there. Same for the RFC discussion I started :( https://github.com/vitejs/rfcs/discussions/16

@grybykm Feel free to comment on my RFC with your use case: https://github.com/vitejs/vite/discussions/13172