Aaron Goldenthal

Results 20 comments of Aaron Goldenthal

I had the same error with the following nunjucks line (in Windows and Linux containers [Debian Bullseye and Alpine]): ```njk ``` If split up, as follows, there is no error:...

@joeyciechanowicz I agree on the Node 12 philosophy, more a note that currently `"engines": { "node": ">=12" }`, so I assume we'd want to update that to be clear on...

For the cases where warnings or notices are included, the `pa11y-ci` output also doesn't distinguish between types, unlike the `pa11y` output.

@hollsk @joeyciechanowicz I'll throw in my agreement for ensuring responsibilities are understood. There have been examples where issues were opened here for `pa11y-ci-reporter-html` (e.g. https://github.com/pa11y/pa11y-ci/issues/169). I do think there could...

This issue can be especially confusing because different reporters can report different results based on the which events are implemented. The core issue is that the results for a URL...

One follow-up thought - in some cases the querystring is modified by the app through `actions`, so any augmentation is lost by the end, and since the results are save...

Adding some kind of `description` field in config was something I was thinking about as well after playing around with it. The duplicate detection and adding the counter is actually...

I wanted to put this out for any comments on formatting or approach. I have an update that accepts an optional `description` field in the `url` config, if present it's...

Hi @BioSs54, I'm not sure about the `headers` question specifically, but your best starting point may be to try running in pa11y instead of pa11y-ci on one of the URLs....

After thinking about this a little, if pa11y-ci were updated to simply write the value returned from a reporter to stdout, as pa11y does (in most cases), then it would...