Dutch van Andel
Dutch van Andel
Weird low-priority bug: On a new install of CodeKit, if I preview any static project (no external server), I get a 404 until I toggle the "External Server" option on...
The latest Compass-compatible build of Foundation (5.4.5) seems to be incompatible with CodeKit's internal version of Compass. I've only just started to unravel the compatibility nightmare that is Foundation 5.4.5...
Is there a way to generate the standard CLI output _**and**_ save a JSON file without having to run the test twice? Right now, if I run `pa11y-ci --json >...
When unflattening a csv to JSON, mlr does not correctly identify arrays by the numeric headers, instead outputting objects with numeric indices. Input: ``` things.0,things.1,things.2 apple,orange,watermelon rivian,subaru,aptera ``` Command: `mlr...
Is there a way to save linkcheck results as JSON?
I'd like a way to include cookies or custom headers in requests. I sometimes need to linkcheck authenticated URLs and it doesn't look like linkcheck supports this yet.
### Bug report The WordPress integration has a few major problems... 1. Missing Hook Types: It evaluates only actions. WordPress has two kinds of hooks: actions and filters. And technically,...