Alex Spurling

Results 9 comments of Alex Spurling

Could I ask, why does the websocket library issue a re-connect after 60s of inactivity?

You can find the native libraries in the libusb4java library: https://mvnrepository.com/artifact/org.usb4java/libusb4java/1.3.0 Just add that to your classpath.

Thanks. I stripped out the `responses` field because I got the same error with or without it. It appears that the `produces` field was the actual cause of the parse...

I am also interested in learning how to run usbtop from docker. So far I have this Dockerfile: ``` FROM ubuntu:22.04 RUN apt update RUN apt install usbtop -y RUN...

@jperedadnr Could you provide some more detailed instructions on how to get the sample applications to work in IntelliJ? You say "edit the run configuration" - which part of the...

This is a bug with git-svn show-externals when parsing an svn:externals property which has the URL first, followed by the external link name. Eg: https://blah.com/svn/myexternal/url/ ext This could possibly be...

> `$: bar := foo.clone()` What is the meaning of `:=` here? Does this syntax have a name or is it a typo?

I'd be interested to know how you are able to uncap GGUI to run faster than 60fps. On my machine, it always runs at 60FPS even with vsync set to...

The only way to work around this is to add the following headers to the response that serves the html page. If you are hosting the code locally and using...