Paul Frischknecht
Paul Frischknecht
After doing a bit more research, I think switching from dockcross/linux-arm64 to dockcross/linux-arm64-lts mit solve the problem as the latter depends on an older version of libc https://github.com/gary-rowe/hid4java/blob/develop/build-hidapi.sh  https://github.com/dockcross/dockcross?tab=readme-ov-file#summary-cross-compilers...
I have similar issues here. Connecting to the latest h2 databases (both file/embedded and server mode) does not work out of the box in dbeaver :(
I have the same issue here, mounting a Google Drive. Using --daemon gives ``` DEBUG : Daemon timed out. Terminating daemon pid 79084 Fatal error: mount not ready ``` while...
thanks @ncw, adding both "--daemon" and --daemon-wait 0 restored the behavior I observed with older rclone versions, the mount comes up just fine now and the program runs in the...
Same issue here. Related links: * https://github.com/SeleniumHQ/selenium/issues/16063 * https://github.com/webdriverio/selenium-standalone/issues/945 * https://github.com/webdriverio/selenium-standalone/pull/946 Stacktrace: ``` Traceback (most recent call last): File "C:\python\Lib\site-packages\selenium\webdriver\common\driver_finder.py", line 38, in get_path path = SeleniumManager().driver_location(options) if path is...
Workaround: ```python # WORKAROUND class CustomHttpClient(HttpClient): def get(self, url, params=None, **kwargs) -> Response: """ Add you own logic here like session or proxy etc. """ # WORKAROUND: https://msedgedriver.azureedge.net/LATEST_RELEASE_138_WINDOWS is now...