Lukasz Suleja
Lukasz Suleja
The universal-mingw32 gem `1.10.1` contains .so for `Ruby 3.1` but the `api.rb` does not have support for `Ruby 3.1`. I believe the code in between the comments is missing: ```...
Should the Docker Bearer Token work with any configure user for anonymous access, or does it require the username in anonymous access to be set to anonymous (the built in...
Hi, I'm porting some existing code to 64-bit on Windows (Ruby 3.1.4) and when I try to install rautomation 2.0 I am told it cannot be found in any repository....
I note from https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-keybd_event that the `keybd_event` function, which is used to implement `send_key` functionality, has been superseded by `SendInput`. I have monkey patched the Win32::Windows class to test, and...
Hi, Is it possible to build the library for use on Windows? Ideally I'd like to build it in Visual Studio. If it's a definitive "No" that is ok, but...