Wayne Theisinger
Wayne Theisinger
I'll try and work on this - stop me if I'm missing something obvious to you, like an undocumented way of doing this.
Doh! always upgrade to most recent before adding issues... when will I learn... Mind you, if it's the library I might still need to do some plumbing... thanks for the...
HI @deajan I'm interested in the Helper Service for master-master daemon mode, I'm interested that you say that the master branch is fairly stable and might give it a go...
actually, this is not just a typo, when I change to `1`, I now get the first item in the list twice... `column-rule: 1px 1px solid #eee;` so you are...
This seems to do what I want ``` @for $i from 1 through length($items) { @if $i != 1 { $item: nth($items, $i); @if $item != null { $full: $full...
guilastic
fanlastic
Actually even if the core isn't using the method it is conceivable that a third-party module might, therefore would fixing the problems be preferable to writing a custom rule to...
Probably a rule could be written that ignores the known errors in the libraries' functions but errors if said function is called from elsewhere in the codebase. Obviously this rule...