Peter Sobolewski

Results 693 comments of Peter Sobolewski

one-types provides a nice widget for ome metadata but I've not figured out how to get it to show metadata for an image loaded from omero: https://github.com/tlambert03/ome-types/blob/main/src/ome_types/napari.yaml > We could...

Bumping this. As discussed in #100 if we want to have multiple omero images (ids) open, then often they would have the same layer names just with [1] or whatever....

Sorry to circle back late to this! I think this is quite important and high value. Question: do you see option 2 as a stepping stone to 3?

Thanks for opening the issue. I agree that our thumbnails can be less than useful in many cases due to how small they are and how much downsampling occurs. They...

Thanks for bumping this @jules-vanaret Juan is on vacation, maybe @DragaDoncila has some thoughts as a tracks user? Not sure who else from the core devs would be good to...

@constantinpape Sorry about that! It's a known issue and not actually 0.5.0 related? See, for example https://github.com/napari/napari/issues/6440 Anyhow, you can work around this by not using a viewer keybinding with...

Something I've toyed with is using tensorstore transactions and loading and writing just patches (using commit). Here's a gist example: https://gist.github.com/psobolewskiPhD/0ca0bc2d16882cf83d2921512a70962e

Super comprehensive and clear write up @lucyleeow ! For the warnings, I think I'd vote on `At plugin registration`. I like the 3 dialog options and the `negate` concept.

I noticed that if you do `viewer.scale_bar.box = True` then the text clips out of the box: This is with size default. If I increase the font size...

@TimMonko For clarity--i think--i split off the text-in-box behavior into a new issue: https://github.com/napari/napari/issues/7516 The box appears to never adjust for font size, regardless of position.