Gabe

Results 23 comments of Gabe

Hey @timocov, Hope all is well, I saw your comment here: https://stackoverflow.com/a/65230044 in regards to the below error in a nodeJS context: ```console import { bindToDevicePixelRatio } from 'fancy-canvas/coordinate-space'; ^^^^^^...

Hey @stefansurkamp, Thanks for submitting this issue. We will investigate this issue and add validation to `tags` if required.

Correct, not applying the `--tags` flag will apply all of the [axe-core tags](https://www.deque.com/axe/core-documentation/api-documentation/#axe-core-tags), minus experimental rules. Applying a subset of these tags, the CLI will run all the rules associated...

Hey @gemal, Apologies for the delay, Very interesting idea! We will investigate and get back to you. Gabe

Hey all, Thanks for bringing this to our attention. Could you please run the below command and let us know what the stack trace outputs: ```sh axe https://www.deque.com/ --show-errors ```

Hey @chekinto, Please install our `@next` build, there was a breaking change that Selenium introduced in v4.3.1 removed this function `chrome.setDefaultService` reference: https://github.com/SeleniumHQ/selenium/pull/10796/files#diff-6c87d95a2288e92e15a6bb17710c763c01c2290e679beb26220858f3218b6a62L260. Please try the below: ```sh npm i...

@thibaudcolas Apologies for the delay, Thank you for reporting this. There are a few ways we could handle this case: 1. If there is only one rule supplied and it...

Hey @bdschultzAU, I think overall that's a good direction to go down. We couldn't directly change the return signature from `AxeResults.class` to `Result.class` as part of `analyze()` as that would...

Hey @frehner, Thanks for reporting this issue. We'll investigate and circle back shortly!

Hey @BurovnikovEvgeniy! We're looking into it and will respond shortly