77cc33

Results 17 comments of 77cc33

There is one project for similar purposes - what separates frontend and backend https://github.com/hersonls/frango I took it as base, and did what is more suitable for our team. Right now...

+ 1 guys, it's very useful feature

@sandeepsingh you need to be sure that you also add global sleep function ```python def sleep(secs): d = Deferred() reactor.callLater(secs, d.callback, None) return d ```

It was tests with localhost, so you are right it's little bit synthetic. In your case, when you have tons of different domains - just split your domains list to...

VMware has 2 input modes: "Grabbed" - when all mouse & keyboard events sent directly to the running inside virtual OS and "Un-Grabbed" - when all mouse & keyboards events...

Hmm the same powershell window started in user mode - works just fine. I started vZD in admin mode and now powershell admin works fine, but vmware still has issue.

Thank you, just few tips for you what maybe helpful. In VMware preferences I have these settings. ![image](https://user-images.githubusercontent.com/2612157/46210419-5582fc80-c339-11e8-9a62-591cd59085d7.png) This allows to enter in Grab mode only with Mouse Click, this...

Maybe I can help investigate this issue, so it could be easier/faster for you to fix it? Bought license and using your app daily, but it's the only thing what...

You can go with VmWare player, it's free for personal use, and I just tried it - it has the same issue. 1. Download and install VMware player here https://www.vmware.com/no/products/workstation-player/workstation-player-evaluation.html...