ddyer0

Results 42 issues of ddyer0

This error (and others like it) occurs occasionally when assembling the initial screen as the app is launched. The relevant point in the backtrace is the .add(..) operation, which ought...

There is so much crap in build logs, that when a build fails it's difficult just to sort through the junk to locate hints about the true failure. Attached is...

At the moment public void pointerHover(int x[],int y[]) { // as of 12/2022, this is called on the simulator but not on real devices } Is called on the simulator,...

This trace is from the simulator, but I see the same thing in windows-on-android where the physical keyboard is somehow arriving in the input stream of the android app. I've...

Recently open sourced, https://github.com/ddyer0/boardspace.net Boardspace is a vertically integrated. cross platform game, development project I've been developing for years, and just opened the sources for everything, including the online play...

addition

The whole way ComboBox works is bizarre, and it's basically impossible to clone and modify it as a whole, because it uses internal variables and apis that are not available...

This occurs in a BrowserComponent window on my newest device, which is running android 11. The initial url renders correctly, clicking on any link crashes. I managed to extract this...

Remove some "base64" encoding which seems to be deprecated Add a more verbose option as -V Fix linkage to SSL to work with older versions of openssl add internal documentation...

I used websockify c as a testbed, but there were a couple glitches. SSL seems to be unsupported but there's some code that tries to link to it. There are...

Following the recommentation, "mvn clean install" on version 2.1.4 fails in the "glassfish test" phase. [INFO] Tyrus Servlet Basic Tests .......................... SUCCESS [ 13.477 s] [INFO] Tyrus Servlet Tests on...