Talley Lambert

Results 870 comments of Talley Lambert

I agree, that example is a little wonky... Honestly, (in retrospect) I think it's a convoluted usage of the `@magicgui` call there just to make a container that isn't really,...

if you were more interested in the concept of a callable that is *itself* dynamic, let me know... but if you're more interested in a dynamic UI/widget that has a...

just chiming in to say I'm excited to see you've been thinking about this again @pawamoy. I could immediately make use of this in multiple places and was just checking...

unfortunately, magicgui doesn't yet implement any complex grid/table layouts. So you'll have to build it with subwidgets arranged in a Container. This may of course mean that you no longer...

thanks both. yeah I started looking into it. Option number one is going to be a lot of work (basically a complete reimplementation of QSlider from scratch), but it's probably...

Hey guys, any updates here? Is there anything we can likely do here?

great! tests are starting to pass now. I'll take a closer look soon. Were you able to qualitatively confirm that this indeed speeds things up if you read a single...

are you actually calling `compute()` there? or simply calling `to_dask`? and is that reading the full plane? If the former (i.e. if you're computing the full plane), then I wouldn't...

hey @gatoniel, just reviewing issues here. I forget, was this on me to review and merge at this point? or were still wanting to do more stuff?

either way... the conflict is just because i moved `nd2file.py` to a private module. so you just need to apply your changes on `_nd2file` instead of `nd2file`