Roman Ovseitsev

Results 4 issues of Roman Ovseitsev

Appium has an option to automatically recognize the needed ChromeDriver version and download it if it's missing - `appium --allow-insecure chromedriver_autodownload`. It would be nice if this option was exposed...

enhancement
help wanted

We seem to be having an issue getting RRSIG records when using stub resolver. Command line utilities `getdns_query` and `dig` return the expected RRSIG records. When doing the same through...

`npm install` fails on Windows since grunt-exec cannot handle paths like `./node_modules/.bin/...` on Windows. This patch makes it work on all three platforms.

I have opted to make it mandatory in order to avoid inconsistent behavior on different platforms (hardcoded arch for Windows and process.arch for Linux). The arch suffix was added to...