Nathan Clack

Results 12 comments of Nathan Clack

> "`Plugin {name} was selected but did not return any written paths" That's what I wanted! Thanks for the suggestion.

I think this is ready @alisterburt and @andy-sweet.

I believe `in-n-out` inspects type signatures of functions to know what to inject. In this case it looks like something with `_get_current_activity_dock()`. It might be worth trying to reproduce in...

@lucyleeow @DragaDoncila Is this ready to merge? Do we need to get another review from someone?

I can't say I completely understand the issue but I do see this: ```python In [4]: KeyBinding.from_str('ctrl-c').json() Out[4]: '{"parts": [{"ctrl": true, "shift": false, "alt": false, "meta": false, "key": 20}]}' In...

I am seeing this when I start w `napari -vvv`: ``` /Users/nclack/src/CZI/napari/napari/utils/action_manager.py:320: UserWarning: LeftArrow does not seem to be a valid shortcut Key. shorts = jstr.join(f"{Shortcut(s)}" for s in self._shortcuts[name])...

> That’s most likely because you need to update to app-model 0.1.0 Thanks! That was it. Works beautifully.

> the equivalent of the hook_specifications.py for npe2 I like it a lot

the writer test is anemic/not-present which contributes to some of these. I let that slip my mind. I'll edit the issue to add that to the list.

@oruebel I realize I'm getting on this a little late but I can chime in wrt ScanImage metadata. We store possibly-3d translations with respect to a reference stack/image. The image/volume...