Tom Brunet

Results 121 comments of Tom Brunet

@Adr0it Just for clarity, you're running in plain Node and not within a test framework like jest, mocha, cucumber, ....?

First glance, the page has 41,449 nodes, so we’re spending 2.7ms per node on average checking.

There aren't any references to "Storage" in our codebase. That said, I think I ran into something similar while working on #1500. That PR will clean up a lot of...

Sorry about the version hopping, but `3.1.51` was just released with a lot of the report cleanup. Can you please check that?

Looks like our side. Our tests completed without issues, but that does look like our code. Looking to see if something didn't work in deployment.

@Jeremias-Bertoldi 3.1.53 should fix that bit. There was a .gitignore file in the src tree and npm decided to not deploy those files as a result.

@Jeremias-Bertoldi Sorry - not sure how I didn't see your comment. If I understand, it's not just running our tool that's causing you trouble, but rather running module-deps while also...

@philljenkins Find scenarios that are Pass or N/A and encode those into the rules so that the Needs Reviews trigger less often. If we find definite Fail scenarios in the...

Created [#331](https://github.com/IBMa/equal-access/issues/331) to track the issue of loading into a page that already has `ace`

The reason this was left out of the HTML report is that the assumption is that if you pull the page up in the browser to process the xpath, you...