Rob Fentress
Rob Fentress
I think I have this issue. I am executing pre-commit from foo essentially and am getting an empty array for the changed files when I know they are there. ```...
I submitted a [pull request/s](https://github.com/therealklanni/git-guppy/pull/92). Sorry for the multiple commits. I'm still trying to get the hang of this and realized some issues I had to fix. I tried to...
Actually, looking at it now, I see there are significant problems with what I'm doing. I just quickly hacked something and it seemed to work in one limited case, but...
Okay, maybe now?
Grr. . . nevermind.
Sorry. Been on vacation. For the moment, I've decided to just work around it in the gulpfiles themselves using the lodash, find-parent-dir, and path modules. That looks something like this:...
> I would like to see a good example of how to document keyboard controls in an unobtrusive way so that people who rely on them can find them but...
I can confirm comment of @scottaohara . It doesn't seem to work on IE11.
Interestingly, it appears to work when you are running the command from the actual repository. So, if I clone axe-cli and run `node index.js --chrome-options="no-sandbox,disable-setuid-sandbox,disable-dev-shm-usage" www.deque.com`, then it works. However,...
After some investigation, I think the issue seems to be that lib/webdriver.js is different in the GitHub repository than in the package you install with node. In the node package,...