rohm1
rohm1
Hi @froschdesign, you are talking about creating caches from the config (i.e. which Cache Adapter to use for a given cache name). There is a service manager for Cache Adapters...
We also had this issue. Container is deployed using saltstack and shared directory owner was set to `root`. Start the container, it changes the owner and works. saltstack deployment, owner...
@ybiquitous thanks, but this is at least a default config bug. I should not have to configure anything for standard CSS properties and values.
Not sure, the specs make only mention of the camel case option (https://svgwg.org/svg2-draft/painting.html#TextRenderingProperty). But both Firefox and Chrome seem to accept camel case and lowercase.
Looks like this is wrong: https://github.com/stylelint/stylelint/blob/main/lib/reference/keywords.js#L265 `currentcolor` is expected to be camel case but the spec you mention states lowercase.
The link you provided is `CSS Color Module Level 4` (https://www.w3.org/TR/css-color-4/#currentcolor-color), keyword is only mentioned in lowercase. In `CSS Color Module Level 3` (https://www.w3.org/TR/css-color-3/#currentcolor) keyword is written in camel case,...
I wish I had seen this thread the past week :/ Anyway, there still isn't an armhf Docker image available, so I thought I would share my Dockerfile. Of course...