Martin Ross
Martin Ross
Implemented in #930  Node, edges and 1 distance nodes with mouse over will be set to opacity 1.0 and the everything else will be set to lower opacity. 
Interesting. That code didn't work for me which is why I wrote this. I was using C4 UML that has a bunch of nested elements and you need the containers...
Consider doing this only for non-private methods since private can usually have their correctness derived via FB/Null checker.
It is still arguably a bug. It is static and the same value. Nothing prevents a future refactor if you want to diverge the value for internal purposes. If there...
Same issue for Mac Pro M3 Sequoia 15.7. Thorium --disable-sync works for me.
Old chromium builds have this same problem but I downloaded the latest Chromium and it works without crashing so presumably it is a matter of rebuilding and updating. On Wed,...
Note that native null restricted and null-types is coming to the language soon. https://openjdk.org/jeps/8303099. After drops https://openjdk.org/jeps/492 so JDK 24/25/26? Probably worth getting started on this sooner rather than later...
#3142 will intitial partial support for `org.jspecify.annotations.Nullable`, `org.jspecify.annotations.NonNull`, `org.jspecify.annotations.NullUnmarked` and `org.jspecify.annotations.Nullmarked` to supported `NullnessAnnotation`s. However it does NOT A) Ensure conformance with the https://jspecify.dev/docs/spec/ but just alises the to the...
Yup. Will handle tomorrow On Sun, Oct 20, 2024, 7:53 PM Jeremy Landis ***@***.***> wrote: > @blipper Can you address adding unit test as > noted so we can include...
I've made the requested changes. Please review again.