ndxmrb

Results 4 issues of ndxmrb

Hi @tlambert03, when using nested pydantic models, I found [this post](https://forum.image.sc/t/building-a-napari-widget-from-a-pydantic-model/90257/11) on how to add a simple way of nesting widgets/containers. When trying to use the values, I needed to...

Hi all, I wasn't sure where to place this question (which might lead to a feature request?), but because of #77 I now decided to go ahead here: If I...

enhancement

Hi @tlambert03, restarting my work from #669 after the `ValuedContainer` changes. Still, some things are missing: * Proper test e.g. for getting nested values from `ValueWidget`s and `ContainerWidget`s. Does this...

Hi, currently I'm trying to create an app using a multi-file approach. I've seen the examples (one file and multi file), but I find it difficult to translate some of...