Robin Tweedie

Results 18 comments of Robin Tweedie

I was interested in tackling this bug, but then saw that there aren't any tests. We should totally write some of those! :)

What do you use these days, out of interest? We considered switching to another minification engine in AssetHat to get around this.

WRT this problem, it looks like YUI just adds the space back in after stripping: https://github.com/yui/yuicompressor/blob/master/src/com/yahoo/platform/yui/compressor/CssCompressor.java#L234-236 @rgrove if i were to write a test for this case, is there a...

Implemented in flyteorg/flytekit#1757 ?

👋 Commenting to un-stale, this is still relevant.

@asvetlov just bumping this in case you still want to review this fix.

I appear to have gotten around this (🤞) by going to Docker Desktop Settings > General > Virtual Machine Options and switching Virtual Machine Manager from "Apple Virtualization framework" to...

Another potential for `"requested tags [tag:ci] are invalid or not permitted"` is when you don't include _all_ of the tags on your oauth client (ie. `tags: tag:foo,tag:bar` for an oauth...