Vito
Vito
Yes, doesnt work if host machine or docker base is Alpine I've used a debian vps to start phantomjs We should notify Alpine forums about this, they may find the...
After disabling secure boot, it load the module but touchscreen dont happen, i dont see touchscreen "touch" on my screen, and no /dev/virtual_touchscreen device ``` dmesg | grep virtual_touchscreen [...
Thanks, now i have a `/dev/virtual_touchscreen` after mknod cmd but : ``` root@debian:/home/vito# cat /dev/virtual_touchscreen cat: /dev/virtual_touchscreen: No such device or address ``` i am using xorg (x11), can you...
finally after reboot this work : ``` root@debian:/home/vito# cat /dev/virtual_touchscreen Usage: write the following commands to /dev/virtual_touchscreen: x num - move to (x, ...) y num - move to (...,...
xinput give me : `⎜ ↳ Virtual touchscreen id=16 [slave pointer (2)] ` it mean i can analyse with : `hd /dev/input/event16` ? so this bellow should be enough ?...
i have 2 screens, so it should be practical no ? i think it worked, because when i move the touch 0, the mouse moved, but then the GUI freeze,...
I need to test touch event on qemu 8 GUI (gtk gui), for a windows VM I dont want to buy a PC touchscreen for this :D
Hi @joeldg This is a great solution to support every exchange in php :) https://github.com/ccxt/ccxt https://github.com/ccxt/ccxt/tree/master/doc#php-1 `composer require ccxt/ccxt`
do you have this steps report with gherkin scenario @AdamOakman ? http://puu.sh/CcO9v/139820f048.png even without your work arround the report fail for me but at least it works with the customSteps,...