LexManos
LexManos
Ah, I did not notice you could use catalog entries, if `automaticModule(libs.jopt, 'jopt.simple')`. Tho, if possible, I would still suggest the syntax I suggested where you can specify this data...
Interesting, I'll add it to my ever growing list of 'gradle does something weird so we have to work around it' Anyways, I would like to see is some simpler...
Quick skim looks fine. But ya we are stuck with the artifact being upper case not real good reason to change the casing and it is annoying on the maven...
Last time we tried this it didn't throw the headless exception and there wasn't a good non erroring way to detect it was headless. But if this works go for...
Maybe, java does a lot of changes. As long as this doesn't bump the required java (it shouldn't iirc that exception is from java 1.4) then I'm fine with it.
I have a suspission it has to do with the field becoming package private and list.phaseTracking not being final. Perhaps a better approach would be to change the ListenerList.resize function...
This looks fine, it hurts my brain to have so many functions, but this is a legacy of trying to mimic Night Config. Until we get around to re-writing the...
Should we setup a standard to just bulk grab these things once a week or something? Or have them all in one PR until it gets merged. Again this is...
How are you setting up this multiple users? Can you provide your simple test? It sounds like a good test for things, and it would help debug this issue. The...
Actually the correct fix is to remove the whole regops block of code. Tags are not populated into the passed in registry until after the entire process is loaded. Which...