Thad House
Thad House
For those, I don't think the usage reporting is currently working at all. So that needs to be added. Kind of a catch all basically to make sure reporting for...
The old DS doesn't have the same mappings as a new DS. And at least for the time being, we need to support both. Because theres no standard to what...
I actually _can't_ keep the indexer ones around for a lot of the things. Because the enum is the key into the dictionary so the system can keep track of...
> What's the purpose of these check? It seems like this check is unnecessary: See https://stackoverflow.com/questions/3751797/can-i-call-memcpy-and-memmove-with-number-of-bytes-set-to-zero and others. That post is only if both pointers are valid. Memcpy and memmove...
If we're going to do something like this, we'd probably prefer it to be opt out, rather then opt in. If you opt out before switching the instance, that should...
Having it be opt in would be much more confusing for users, and would be a breaking change. A majority of users are not changing the instance. Ideally we'd prefer...
Thats the folder where the redhat Java extension compiles into. When running the debugger, it uses those files, and not the Jar compiled by gradle. We don't control that behavior.
A few years ago there was a javafx bug that was broken on newer releases of macos. There was a fix released in newer versions of javafx, but that would...