DRayX
DRayX
Ya, I'm sure it's obfuscation. I'm not really looking to de-obfuscate the names, but would it be possible to ensure that the output values in the header and script.json are...
One important thing to note is that each `LDAPConnection` has it's own `LDAPConnectionReader` which extends `Thread`; the actual socket level IO is always blocking. If the underlying reads used a...
Hmm, seems like this might be an issue with Chrome 126.0.6478.114 as it appears to only be Chrome windows. I changed the Ozone Platform from "Default" to "Auto" (default picks...
I think the issue is that instead of iterating over the object values, it blindly iterates over the properties. If the inner foreach loop was changed to iterate over `t...