leonardospeca
leonardospeca
- Robotgo version (or commit ref): #8ba73388617a008c9e9e2e28d69f3549e15b750b - Go version: 1.18 - Gcc version: g++ (Ubuntu 11.2.0-7ubuntu2) 11.2.0 - Operating system and bit: Ubuntu 21.10 64bit ``` git clone https://github.com/go-vgo/robotgo.git...
- Robotgo version (or commit ref): v0.93.2 - Go version: go1.16 linux/amd64 - Gcc version: 8.3.0 (Debian 8.3.0-6) - Operating system and bit: Debian 10/64bit - Resolution: - Can you...
Hi, I love this project. i'm trying to build it even for a WinCE pc, but without any result. It's possible to do it? Do you have any advice?
I downloaded the source (9.24.6) and changed info in version.m4 I build the driver and I sign all files with a digital bought certificate (sha1 and sha256). On my win10...
Hi. Can you explain why a TCP hole punching doesn't allow to make a peer-to-peer connection anymore? I have this scenario: - supernode v2 on a VPS listening on port...
### Reporting a bug? ``` import { ref } from 'vue'; import { useI18n } from 'vue-i18n'; const { t } = useI18n(); const columns = ref([ { name: 'code',...
Hello, I would like to know how to manage errors if the port is already used, for example, now I'm getting this error and I can't "catch" it: `The HTTP/S...