Talley Lambert

Results 870 comments of Talley Lambert

oh! it's possible i was using a stale branch. lemme check again

right, but after `return [(None,)] ` ... where is the logic in `_get_scenes` that adds scene 0 to the viewer? I don't see it... and here's what I'm seeing locally...

oh, sorry, I reread your comment. I think you might have misunderstood my goal here. I'm proposing to _load_ scene0 by default when `n_scenes >1`. not just to load the...

> For sure for single-scene files the single scene should be automatically loaded yeah, that's definitely the case, that's why I was saying in the first post "I found myself...

current behavior is like bioformats in Fiji, where one has to do an additional step if scenes are detected... so there's certainly precedent for your preference! let's leave it as...

yep, will come with the new manifest as a "configuration" contribution [here](https://github.com/tlambert03/npe2/blob/main/npe2/manifest/contributions.py#L16). Will roughly follow the vscode spec described [here](https://code.visualstudio.com/api/references/contribution-points#contributes.configuration). In the meantime, plugins would have to do their own...

Hi @penguinpee, and thanks again for your help in packaging these things for fedora. Honestly, I'm really not sure what's going on with PyQt since yesterday's release of https://pypi.org/project/PyQt6-Qt6/ Environments...

i would be curious to see your build failures too. do you have public logs for them?

it's possible, though I haven't looked into this or verified it yet, that PyQt6-Qt6 started doing a similar lazy-loading thing to what PySide6 was doing that is causing problems with...

> That sparked my curiosity. Yeah, I guess the answer to your question is "because I assumed it was a temporary upstream Qt issue, and because superqt doesn't actually demand...