Talley Lambert
Talley Lambert
I'm still working on it, will close soon! And will update with more explanation/detail soon
> I would be concerned about how much slower it is for a more complicated function than just lambda: 3 ? this isn't really an app-model consideration, it's more of...
> Looking at the old napari menus, everything was together with the menu definition and you directly deal with the actions which is nice in a sense not immediately sure...
need to consider this: if you run this on the test app, you get menus: `['File', 'Edit', 'File/Open_From', 'Help']` the `File/Open_From` is a submenu... so it reveals that we can't...
Hi and thanks for pointing out flet. To use app model with any given backend, we need to add adapters that map from the app model schema to the api...
Yeah, that makes sense! I think it could belong here too. Feel free to flesh out the proposal a bit!
ah, great, yeah i love it
hmm... while that "works", it's very hard to discover, since the signature won't show it at all: ```python # this is with your branch checked out In [9]: cle.gaussian_blur? Signature:...
> I nevertheless hope that some python-magic does the trick. we can definitely do some magic to improve this here. At the heart of it is the `__signature__` attribute, which...
with that trick being said... I'm not sure the ultimate fix here lies in _one_ super flexible signature. I still think some sort of compatibility layer that converts between a...