Lorenzo Gaifas

Results 298 comments of Lorenzo Gaifas

Yeah, no way around it... I guess you could just pass a scalar (`-5`) for now. It will be slightly off from the center, but at least it won't overlap...

It's an empty plugin with nothing inside except this `napari.yaml`: ```yaml name: napari-gruvbox display_name: napari Gruvbox contributions: themes: - id: gruvbox label: Gruvbox type: dark colors: canvas: black console: black...

I think this might be officially dead, seeing how pydantic is moving along with v2 and the changes are quite drastic to the backend. It's probably best to wait things...

Love this! It came up before several times, and I'm one of the many who use magicgui in the way you described. Couldn't be more on board!

> ```python > class Person: > button = SomeField(widget_type=PushButton) > ``` Yeah, this feels odd... My intuition would want something like this: ```py class Person: @button def callback(self): ... ```

@psobolewskiPhD is our resident mac bug hunter :)

I think that either we merge this as it is (after adding tests), or we modify both `Image` and `Volume` to account for `ComplexImage`, dropping the subclass approach. I kinda...

Are you suggesting to basically have the `color2scalar2` snippet settable? Or more something more sphisticated?

Interesting... Sounds pretty cool! But this maybe should be handled as a followup PR in case? I don't think we're necessarily making it easier or harder with this PR?