Stephen Mathieson

Results 132 comments of Stephen Mathieson

@jwerle no, actually we shouldn't. the `install` target takes 50,000,000 years to complete. maybe just a warning saying `$ brew install ffmpeg` would be better?

> I thought that only worked for Chrome, no? Yes, Puppeteer is designed to work with Chrome. It could technically work with anything that implements the [DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/), but I...

This is a bit tricky, since the raised error is actually a timeout. I'm looking into ways to expose the selector issue instead, but am not sure what to do...

Running Chrome/axe on AWS is tricky. I haven't had luck with `axe-cli`, but suggest [`axe-puppeteer`](https://github.com/dequelabs/axe-puppeteer) instead. This also gives us the benefit of being able to script "actions" before/after running...

Just a heads up - we're **removing** support for the deprecated callback signature soon. --- This will no longer work: ```js AxeBuilder(driver).analyze(function(results) { // ... }) ``` Instead, you **must**...

idk how i feel about `command_t->exit`, but needs a rebase either way

lgtm and yeah if think any bug fixes here should definitely end up upstream **edit**: it's cvs? fuck yeah.

Fair enough. I don't have any projects which require C89 either. This is really just intended to fix the "ANSI it up" commit on *nix.