Talley Lambert
Talley Lambert
ah, yes. That would be excellent
> Is there a canonical place where state should live in a qt application? Or resources to read up on the reasonable flow of data In a basic QWidget-based setup...
Hi @jacopoabramo, and thanks for trying it out :) > Am I doing something wrong? nope! you've just exposed one of the incorrect assumptions that we made so far, which...
one more thing, @fdrgsp just reminded me that we actually _do_ catch that case in the main branch: https://github.com/tlambert03/napari-micromanager/blob/fc3a9fb5fe8edf958ca236722d47c8f16ecb8b1b/micromanager_gui/main_window.py#L279-L281 so, you might try again from `main` ... or I can...
I also just pushed a new rc to pypi... so you should be able to `pip install -U napari-micromanager` in about 10 mins
> what I wanted to achieve was something similar to a multidimensional acquisition available in Micro-Manager: provide a sets of points which moves an XY piezo stage, and after each...
No worries and no need to be sorry! Just a courtesy notification :) thanks!
These errors happen if there are unclosed windows when the test quits. So if you can think of where a stray window might still be open and close it, it...
any thoughts on this? If you're pretty confident it's just user error on my end, I'm open to that as well :)