Peter Sobolewski
Peter Sobolewski
Good news! @DragaDoncila spelunked her way to the change! Basically in 0.5.0 napari dropped python 3.8 support and changed from using `typing.List` to just `list`, but apparently when registered with...
Yup! the new release works. Thanks @maweigert and sorry about that! Note that the problem is partially solved upstream in magicgui now: https://github.com/pyapp-kit/magicgui/pull/658 has been released Just the Future part...
@evamaxfield Im happy to help out how I can. Feel free to reach out on napari Zulip! ❤️
> Only point I would make is given the current context keys, we should never hit the error messages in the `_merge_stack` action, right? Yeah I thought about this, forgot...
@DragaDoncila @Czaki I think this should be good to go. A bit simpler diff now, with just basically adding the Action and then fixing the `merge_rgb` in stack_utils plus adding...
This feature is awesome—love the example ❤️
@jni IMO the UI part of this is totally sweet. I have people at JAX wanting to have annotators annotate things, but not shockingly the expert annotators are not Python...
@jni I'm not sure I follow everything and maybe I'm misunderstanding this PR. What I've had users request is being able to set up a viewer with a labels layer...
From my user PoV, when doing classification work, you want to be able to have a defined set of classes and the colors are arbitrary -- like `tumor` can be...
On a related note, is there an official xpra container available in any registry?