Peter Sobolewski
Peter Sobolewski
I don't get the error related to `another-theme`—I can't find anything about this other than in another test? Is it a test thing, because `system` is likely to be NA...
Hmm, for the `headless` test it's something related to qt: https://github.com/napari/napari/actions/runs/3452731873/jobs/5766326348#step:8:243 I guess this test, which needs a viewer (I think), should be skipped on headless? Not sure how to...
@andy-sweet Hmm, not sure. I just recalled that this PR originated from your comment: https://github.com/napari/napari/pull/4875#issuecomment-1243013621 so I thought maybe you should take a look.
So now the issue with this PR right now is basically this: ``` In [1]: import napari In [2]: from napari.components.viewer_model import ViewerModel In [3]: viewer1 = ViewerModel() In [4]:...
@jni my comment went poof somehow. We discussed this yesterday at the community meeting. The consensus was that 1. making canvas color settable/a setting independent of theme should be a...
Related: I plan to clarify the canvas/blending interaction in the docs: https://github.com/napari/docs/issues/64
> expose the keybind in the View menu I'm struggling with this. I'm not sure how to design the callback to work. I still don't get the inner workings of...
> I would also struggle but I think/hope @DragaDoncila might be able to point you in the right direction... I got it to work. Not 100% sure it's the proper...
> I have changed the shortcut for toggling (from ctrl+shift+t to ctrl+shift+w) theme, and it ends with exception when try to start napari: > > ```python > Traceback (most recent...
> Hmmm... @psobolewskiPhD I don't think the correct mechanism for retrieving a keybinding from settings is to retrieve it when we bind the action. > > I would expect only...