shoffmeister

Results 78 comments of shoffmeister

Inside the Visual Studio code extension, this ends up as "Lifecycle mapping "org.eclipse.m2e.jdt.JarLifecycleMapping" is not available. To enable full functionality, install the lifecycle mapping and run Maven->Update Project Configuration."

What is the best way to trim this down? Is that "just" the fact that `asm-all-repackaged-2.5.0-b42.jar` does not meet expectations, causing the internal error? With some feedback, I could create...

I tried to extract something I could post, but failed. Then I removed the affected folder from my workspace and re-added - and, presto, no problem any more.

I was on "Language Support for Java" 0.34.0

FWIW, https://gitlab.com/davinkevin/picocli-jooq as kindly provided by @davinkevin is based on jOOQ 3.13.2. Times have changed and jOOQ 3.17.4 (current at the time of this writing) has moved forward a bit....

@ThoSap - I hereby release the above snippet into the public domain, under any license you prefer (and it'd suffer from "Mangel an Erfindungshöhe" anyway) ;)

FWIW, I am trying to debug why `glxinfo64 -B` on this specific virtual machine, under X11, has ``` 1699116495.637695 glXChooseVisual(0x55665a044da0, 0, 0x556658fd2020, 0) = 0x55665a065110 ``` taking 1.6 seconds on...

Note that this is running inside a virtual machine (VMware Workstation), with the vmwgfx driver. `kwin_wayland` activates the vmwgfx code path in such an environment, and sddm also gets to...

The thread of the "simple" backtrace crashes, see the initial code markdown section. The attached complete stacktrace above lists that as Thread 1 at the very bottom, together with the...

Frankly, the disassembly does not make any sense to me. If RIP really was at 0x00007f7b19cc0a40 and trying to execute `xor (%rcx),%dh`, then that's all nice and well. But, assuming...