JakeQZ
JakeQZ
Could we merge all these into one? Having a half a dozen separate issues clogs up the log. EDIT: Please ignore that comment. I meant "search results" not "log". The...
> I like this. I'd be happy for this to be merged. @oliverklee, @sabberworm WDYT? On further looking, a class-specific unit test is also needed for the new class (inherited...
On the basis of the examples here, the issue seems to be with the nested brackets. Either with `var()`, or nested `calc()`. Both of these IIRC are CSS4, so relatively...
> curl -6 https://ifconfig.io/ ```cmd curl: (7) Failed to connect to 2606:4700:e6::ac40:c210: Network is unreachable ``` Completed quickly, maybe due to cached result. > curl -4 https://ifconfig.io/ ```cmd curl: (7)...
> Try reaching https://google.com with "curl -6" and "curl -4" and you'll get same result. Yep. Thanks for your assistance. But the problem seems to be with `curl`, not the...
> Time to head to a network forum :) It's on a shared hosting server operated by GoDaddy (since they took over TSOHost). I've linked this issue into the ticket...
> Each configured rule is applied to the file in specific order (fixers' priorities), so as it was already pointed out, there's no way to determine line for each rule....
> each single rule separately won't give you the same result as running `check` with all the rules at once, because some rules may be triggered only because previous rules...
> _Activity_ > > (It's still an issue) The bot should check for activity in a linked PR - #7865. I think the solution based on overall `diff` may be...
Also, while on #456, it seemed to make sense to move all the data providers before the tests: - Some data providers were used for more than one test, so...