Chris Swithinbank

Results 478 comments of Chris Swithinbank

Yeah, in general, we treat each Starlight minor like a small “major”. So no (intentional 😅) breaking changes in patches, but there can be breaking changes between minors as we...

Just updated the PR with proper APIs for plugins to use and a new middleware runner that adds support for `next()` callbacks to allow middleware to delay code execution until...

OK, I think this should be ready! Noting I had to make some small link fixes to Hindi and Indonesian docs pages, so this should be merged with a Lunaria...

> I should be aiming to remove the unused asset - which should have already been automatically removed ? [#2161 (comment)](https://github.com/withastro/starlight/issues/2161#issuecomment-2283933628) That issue is specific to SVGs — for other...

Aha, good to know. My guess would be that because Astro hashes the options used with `` and `getImage()` when creating the image hash, those are taken into account even...

Sorry we haven’t had time to prioritize this. Given quite some time has passed and this isn’t an obvious fix, I think I’ll close this. Thanks again for trying to...

Closing this as we can’t reproduce currently. Happy to take a look if you can share a link to a site with this issue or a repo/StackBlitz showing it!

I believe this is an intentional choice: on touch devices you can’t easily “hover” a button, so if you hid the copy button, it wouldn’t be usable.

Ah, although re-reading your second considered solution is related to that same idea. Hmm. I’ll have to think about that.

> It's impossible to change the `rootMargin` Fter we intitially set it Yeah that’s correct, that’s why we destroy and recreate the observer on window resizes currently.