Lanny Heidbreder

Results 18 comments of Lanny Heidbreder

> Saying that debug can't come before use is like saying a comment can't come before use. This is in fact the case. Comments before a `@use` statement do not...

@nex3 I’m just telling you what I saw with my own eyes today, that led me to search for threads like this one. A big comment at the top of...

Change the null-coalescing operator to an empty- (or falsy-) coalescing operator. All the time I have a variable that is empty but not null, and I want to do `variable...

> Its called the null coalescing operator for a reason. It's called that because that is what it does. If it did something else, it could be called something else....

> So you want var ?? other_var logic to be identical to var ?: other_var? Ohh, crap. I must confess: I didn’t realize that `a ?: b` was valid PHP...

I found the ability to do the `"selector": { "attr": "href" }` thing and thought it was the answer to my problem. But it doesn't seem to do anything by...

> What is the problem that csv would be fixing in this case? Some of my ideas would add properties to every single item in a list, and being able...

I get a large number of deprecated rules when I extend `@wordpress/stylelint-config/scss` with no additional rules of my own: ``` at-rule-name-case at-rule-name-space-after at-rule-semicolon-newline-after block-closing-brace-newline-after block-closing-brace-newline-before block-opening-brace-newline-after block-opening-brace-space-before color-hex-case declaration-bang-space-after declaration-bang-space-before...