Talley Lambert
Talley Lambert
docs strings are already parsed and used for tooltips (see the tooltips parameter to magicgui, which defaults to True). So if you're using numpy style docstrings, you should already be...
nope, looks like it's only parameters at the moment
would you want a feature that makes the first line of the docstring a label at the top?
yeah, I like that a lot! feel free to make a PR, or I will try to get around to it in the next few weeks.
the thing that makes this a bit tricky in my mind (and which makes me slightly hesitant to offer it as a feature) is the problem of the "scope" of...
definitely not out of scope. Falls in the general category of layout improvement which is something that very much needs some love here.
cc @hanjinliu, @Czaki, @brisvag, @dstansby, @jni, @gselzer .... lemme know if you have any broad thoughts here
Yeah, I recognize that buttons are still problematic. They are, of course, fundamentally a bit different than all of the other ValueWidgets in that they don't (really) contain a value....
thanks @Czaki, good find. I'd say that calling a callback that was registered for `Type` when someone annotates with `Optional[Type]` was an "unintended feature", which was never tested explicitly. It...
> But maybe it should not be done in a way that will force napari to support only latest magicgui (but maybe a set off if will be enough). yeah,...