Talley Lambert
Talley Lambert
nice! just tried it out, and it works for me. exactly what I was looking for. only thought I had (and i'm not sure about this) is whether it should...
> I was just waiting for him to green-light the idea before we got into implementation details of the PR. opening a PR is a very reasonable thing to do,...
side note: there's a couple places in the code where you need to check whether `self.choices` is not None (e.g. before indexing into it with `self.choices.index`). not sure if you...
Thanks @willmcgugan It's not so much about "how do I display numbers", it's more about what the user has to do. Wouldn't they have to literally respond by typing "[1]...
I see, you could make the choices 1/2, etc. Sure, I suppose... but then the user has to do the indexing themselves. If what they actually care about is the...
on further thought... I do think that the full installation procedure is probably out of scope here (though curious to hear your thoughts). What _would_ probably be useful is a...
fair enough! thanks for your time :)
(side note, proof of principle package `pamba` here, using grayskull: https://github.com/tlambert03/pamba)
yeah, I totally agree. will work on it. I think the "reverse" table (if you can even call it that) might be [this](https://napari.org/magicgui/usage/types_widgets.html#type-to-widget-conversion). I'll include this in whatever docs I...
awesome! I definitely think this is useful. need some time to look a little closer, but already looks cool :) i wonder whether [QFileSystemModel](https://doc.qt.io/qt-5/qfilesystemmodel.html) could be useful here? Or does...