I noticed that some time ago the ImGui widgets had their types slightly changed. Something like the Min and Max for a Slider is now Optional<Float32> and not Float32 as before.
There is some weirdness when connecting a Float32 input to a Optional<Float32>:

What is going on here? Why isn’t Float32 directly compatible with Optional<Float32>, but if we put an IOBox in between it works just fine.
This is in 7.0-0455. Patch is How to Run Benchmarks help patch.
ps: Please make the red color of links with errors more visible in dark mode. It is almost invisible at the moment! You can check recommended contrast ratios here: Color Contrast Checker - Coolors. 1.11 is almost as low as it goes (values go from 1 to 21, where 1 is the same color)
