Gabriel Selzer

Results 53 issues of Gabriel Selzer

This prevents the `labeling.cca` Op from running: ``` File ~/code/imagej/napari-imagej/src/napari_imagej/types/type_conversions.py:60, in python_type_of(module_item=) 58 if converted is not None: 59 return converted ---> 60 raise ValueError( 61 ( 62 f"Unsupported Java...

bug

If a particular `SearchResult` wraps a `ModuleInfo`, we can know whether the `Module` it creates can be run headlessly. We might want to protect against running headful-only `Module`s in a...

enhancement

SciJava features the [`ColorRGB`](https://github.com/scijava/scijava-common/blob/487a40e1fd23246b366396aa26ec0c21c2c42478/src/main/java/org/scijava/util/ColorRGB.java#L44) class, which does not work in napari-imagej. This was made clear by #60, where I had to comment out the `ColorRGB` parameter. I'm not sure that...

Currently, the Qt backend eats all events, regardless of whether vispy actually acts upon them. In my judgement, this seems contrary to the "best practices" of Qt, where events should...

Reporting here because the error asks me to! I was running the following script from the [pygfx README](https://github.com/pygfx/pygfx?tab=readme-ov-file#usage-example): ```python3 import pygfx as gfx import pylinalg as la cube = gfx.Mesh(...

This PR adds the fixes I discussed with @tibuch on Zulip ([here](https://imagesc.zulipchat.com/#narrow/stream/327240-ImgLib2/topic/Opifying.20Imglib2.20Mesh/near/446705794)), while trying to determine the difference in return between the `geom.centroid` Op operating on `Mesh`es and the static...

bug

Python 3.8 hits EOL in October 2024, and it is time to stop supporting it. When we do that, we should additionally use napari 0.5, which only supports Python 3.9+

[This line](https://github.com/imagej/napari-imagej/blob/e2bfdebff719e0192fb446cb3c8d844a78a98a70/src/napari_imagej/widgets/widget_utils.py#L123) in `src/napari-imagej/widgets/widget_utils.py` tries to call a non-existing function on the `QDialog` used to display error messages from exceptions in Java - it breaks (at least) with PySide2. Should...

bug

In #265, @kephale added a widget that replicates the [Script Interpreter](https://imagej.net/scripting/interpreter) in napari-imagej. However we noted on [Zulip](https://imagesc.zulipchat.com/#narrow/stream/328100-scyjava.2Bpyimagej/topic/napari-imagej.20ScriptREPL.20positioning/near/474103316) that ideally, we wouldn't need to add a second console - we...

enhancement

`SearchResult` icons that point to a resource on the web would ideally be loaded into the results tree, however there are many of them, and they are not unique. We...

bug