Talley Lambert

Results 870 comments of Talley Lambert

Hmm, but why? And all state or just some state? For example, do we necessarily move the stage back to where it was to begin with? It feels to me...

Yes thanks for opening, it’s definitely worth having an “answer” for > Well there's only so much state that can be affected by an MDA Actually it’s pretty much every...

Yes using native works. I think the point of this issue was to suggest that there should be a magicgui API (without having to resort to the native widget API)

would heartily welcome a docs PR anywhere you see fit. let me know if it's unclear how to get it where you'd like to see it

well, since this feature only applies to `FunctionGui` (i.e. the return type of the `@magicgui` decorator) then a section on https://pyapp-kit.github.io/magicgui/decorators/ would make sense. And perhaps also the [`FunctionGui`](https://pyapp-kit.github.io/magicgui/api/widgets/FunctionGui/#magicgui.widgets.FunctionGui) class...

Thanks for your input! > I think it's better to not support async callbacks in psygnal. One can just use a sync callback, and have the async logic in the...

one additional note, I'm skipping the `_async.py` module from the mypyc compilation targets for now. When I include it, it's giving me odd, seemingly-unrelated errors in other modules. it *might*...

Hey @davidbrochart, sorry again for the delay on this. I cleaned it up a bit and added tests for all three backends. I'm sure the details are all a little...

> Oh, then internal Trio errors on Windows don't look good. Was just looking into that. I actually think it's just a side effect of me greedily trying to test...