PyHedgehog

Results 65 issues of PyHedgehog

It's not working behind restrictive firewall. I have a patch, but it adds [request](https://github.com/request/request/) as a requirement.

This patch, adds [request](https://github.com/request/request/) as a requirement but works.

Crash on scrolling in battle-mode when option "Инвертировать прокрутку удержанием" selected.

On every battle screen scroll (drag-n-drop or click on visible enemy red mark): ``` uncaught exception: abort() at jsStackTrace@https://epicport.com/v2/js/jquery.js?PJE32IoAsa4LQf9qcFcWFQ line 2 > eval:1:189852 stackTrace@https://epicport.com/v2/js/jquery.js?PJE32IoAsa4LQf9qcFcWFQ line 2 > eval:1:190035 abort@https://epicport.com/v2/js/jquery.js?PJE32IoAsa4LQf9qcFcWFQ line...

This issue is similiar to #215 and #331, but I still can't get it working. My setup is pageant-compatible agent (KeeAgent 0.12.1). Just to show, that my environment is working:...

Something like `chromelogger.install_logging(level=logging.DEBUG)` would be very useful. Or just `logging.root.addHandler(chromelogger.ChromeloggerHandler())`.

### Versions ConEmu build: 160710 x64 OS version: Windows 7 Pro x64 Far Manager: 3.0 (build 4700) x64 ### Problem description After far detach viewer/editor tabs not working. ### Steps...

In JavaScript hooks one can just use `console.log` to write entry to hook log. Is it correct, that `console.log` just writes to `stderr` stream? If yes, than why it doesn't...

File `filename` is different than `/filename`. File `filename` is different than `./filename` but has same "dirname" and "relative" fields. Only `/filename` can be found by any `readdir` command. ``` console...