Lorenzo Gaifas

Results 298 comments of Lorenzo Gaifas

> where it is set? https://github.com/napari/napari/blob/8196109bcb04d9c6d40d600d0e0a3e8ee946d8a7/napari/layers/labels/labels.py#L252-L253

> You mean beyond the visual? Also, in which case? I assume, the keybind toggle? I guess seeing the name pop after the toggle can be useful if there are...

> It's not actually a different theme. So if you want to toggle between one or the other (or other themes you install) then hitting system is annoying because it...

Nice, thanks for addressing this! For reference, this is to solve [this issue](https://napari.zulipchat.com/#narrow/stream/212875-general/topic/theme.20plugin.20not.20working), which is apparently related to #4948 and #4313. Did you take a look at these @Czaki? Also,...

Thanks for the input @aganders3! Maybe our resident qt wizard @Czaki has some suggestions about `QElidingLabel`? I know we had a *very* lengthy discussions about the satus bar in #4664,...

Awesome work @psobolewskiPhD! I agree on the versioning of the link. However, it would also be great if we had a nice colorful warning on the website that tells people...

Of the menu? ![image](https://user-images.githubusercontent.com/23482191/190985490-93b71d2f-f360-490f-8349-70a5def461a0.png)

> Yes, you can read in #2800 why I proposed that. TL:DR: Ergonomy. When changing it again, please make sure users can annotate things for hours without breaking their fingers...

Isn't this what the [`json_encode` machinery](https://github.com/napari/napari/blob/2ca50d4de1e343766edd56a6e68fd6711956c3a5/napari/layers/utils/color_manager.py#L83-L88) is for? (I might be misunderstanding here...)

> On the other it seems potentially dangerous because some snippets will work as if by magic without an explicit import and a new python user may then be confused...