Adam Weingarten

Results 10 comments of Adam Weingarten

+1 seeing the same behavior. I tried adding ``` shape: { transform: [ { svgo: {} } ] ```

I wonder if this is a more general issue with cross document CSS not being applied. I found a mention here: https://stackoverflow.com/questions/28213417/how-to-set-a-external-svg-color-in-html-using-css

Okay did some digging into the W3 SVG spec. Here's the issue: Under 6.15 The scope/range of styles https://www.w3.org/TR/SVG/styling.html#StylingWithCSS > Style sheets defined anywhere within the referenced SVG document (in...

This is in the actual W3Spec. The browsers are respecting the svg spec.

So from what I can tell external SVG sprites are useful for simple single stroke/fill icons but otherwise useless by design/spec. I have no idea how to lobby W3C but...

We are looking for a solution here to

This issue is going to come up more and more with customers working with Next.js and other JS frameworks.

Hey @mstojanowski My understanding is that terraform refresh is deprecated and not recommended based on the official docs: https://developer.hashicorp.com/terraform/cli/commands/refresh ``` Warning: This command is deprecated, because its default behavior is...

yeah I empathize with the complexities here. My 2c is to remove the versions from the property resource and let them be managed by the activation resource instead. That should...

This is a very real concern on our project too. We worry about an unstable provision infrastructure acquiring a lock dying and never releasing the lock. Since we are using...