Martin Ross

Results 44 comments of Martin Ross

Implemented in #930 ![image](https://user-images.githubusercontent.com/928893/154332785-43728bd5-c2db-44e9-acdc-0670eb9c74a5.png) 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. ![image](https://user-images.githubusercontent.com/928893/154332941-e790aac1-9d22-4ae1-a09f-76417e17c7f3.png)

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.