Carlos Diaz
Carlos Diaz
Hi @liamHowatt , I've worked in the indicator function, most of the function was duplicated, I'll work on the compensation calculation function in a similar way.
@liamHowatt @kisvegabor I think I've finished cleaning up `scale_calculate_main_compensation`, round mode handling is not currently supported (in compensation drawing) so the function returns early when handling round scales and this...
Hi, I'm able to replicate the needle issue, I'll take a look at it. 
Hi @kisvegabor , I'm checking the needle issue and it's being created as a separated object to the `scale3` scale widget in the widgets demo (the Mbps and value labels...
It seems to me that the "Mbps" label is always correct and the needle and value label is tracking the container size change, isn't?
@kisvegabor When setting an image position we're positioning the top-left corner or the image pivot? I tried adding the following event callback to the scale3 resizing and the needle is...
Hi, You're right, thanks for the explanation. I totally missed the scale being an rectangle when the window gets bigger, I can see it now on @kisvegabor video/gif. It seems...
The fix haven't been merged yet
Fix was merged, can you update your code base?
> If anyone else gets bitten by this, I _(know 0 Rust, but)_ was able to resolve the issue by removing the `?`s from the ends of the lines where...