Michael Stramel

Results 173 comments of Michael Stramel

Ah, that makes a lot more sense! Thank you for the explanation! I agree that proceeding with the warning and not blocking coverage would be the best route

Just confirmed that the fix worked by testing `2.1.0-beta.5`. Thank you for the help!

In my collections of API requests I have already built a login request. I want to use that login request in my pre-request script. I don't want to have to...

This problem is exactly what everyone was wanting solved when we requested PRE-request scripts. It is useless to have every single request appear as though it is Login and then...

> If a developer removes an SVG element from the DOM (using client-side JS) that holds the symbols (I.e. the source), will that break other SVGs on the page using...

> Can you explain how you are implementing the `` behavior? Does the user need to author their SVG to be a sprite, and you detect that and use ``...

There are more gotchas when using Sprites which is why we should make that opt-in rather than the default. Even with using a Sprite component to hold the aggregate of...

> A QoL thing: It'd be nice if I can style the svg without having to use a `global` modifier, if I import it within the component. I'm not quite...

> > I'm not quite sure I'm following. Can you provide an example or for details? > > Yes! > > ```astro > --- > import RandomSVG from ".@src/imgs/duck_icon.svg"; >...

> I just checked the documentation for this feature: [5-0-0-beta.docs.astro.build/en/reference/experimental-flags/svg](https://5-0-0-beta.docs.astro.build/en/reference/experimental-flags/svg/). > > I would love to use the feature in sprite mode. Example: theme switcher [web-standards-ru/web-standards.ru@`main`/src/includes/scheme-switcher.njk](https://github.com/web-standards-ru/web-standards.ru/blob/main/src/includes/scheme-switcher.njk) using SVG sprite [web-standards-ru/web-standards.ru@`main`/src/images/sprite.svg](https://github.com/web-standards-ru/web-standards.ru/blob/main/src/images/sprite.svg)....