kitlei-robert

Results 7 comments of kitlei-robert

> Do you have enabled option System - Notifications - Volume? Not all OSD skins contain device name text, so it only shows the current volume. I am not sure...

Addendum: the most recent version of Payara (6.2023.10) also exhibits the `prvdr is null` behaviour on my system. The most recent version of GlassFish (7.0.9) does not, it gets to...

The issue remains with the newest releases, Payara 6.2023.11 still fails with `prvdr is null`, GlassFish 7.0.10 is doing OK. It seems to me that there's some difference inside `appserv-rt.jar`...

Slight improvement on the idea: it's even better if the `org.junit.jupiter` module is used as it also requires `org.junit.jupiter.params`. The implementation might require some inspection: as there cannot be other...

(About your last but one comment) Looks very nice and straightforward; I might tweak your `main`, turning it into a helper function which will allow the user to just go...

Yes, that's my idea as well, but instead of using `getClass()` which would require an unsuitably deep explanation, I (or your team if you wish to implement it, it's a...

You could even adopt a basic, recommended structure for the upcoming JUnit 6 (provided that the user has Java 25+ or less conveniently, Java 23/24 with preview features on) which...