Talley Lambert
Talley Lambert
hey all, I'm curious to hear any update on this. Following as many threads as I could here the trail seems to run a little cold about 6 months ago....
thanks for the update! yeah I saw #8238 as well. good to know it's still in progress, even if slowly 👍
> Maybe should just drop python 3.7 tests? and add linux? I can't see the direct connection to the importlib-metadata issue mentioned in that comment, but yes, if we're not...
will need more information about _how/why_ it didn't work please
I'm not sure how much maintenance this plugin is getting. If either of you are interested in working on it, I can help review and merge, but unfortunately don't have...
ok thanks :) as a heads up, I think you'll find that, in most cases, plugin developers are painfully well aware of the shortcomings of their UI :joy: so it's...
see also #10
you would need to use an [evented container like `psygnal.containers.EventedList`](https://psygnal.readthedocs.io/en/latest/API/containers/). The reason is that when you set the attribute of a field directly `model.field = thing`, it goes through the...
also related... even once it *does* work as a field (which it should)... you'll have the issue of nested events. That is, since an evented list has [many events](https://psygnal.readthedocs.io/en/latest/API/containers/#psygnal.containers._evented_list.ListEvents) (not...