Mark Hiner

Results 78 issues of Mark Hiner

Instead of taking the [full script text and language](https://github.com/imagej/pyimagej/blob/cf3bd1bf8814db5f436af517f0b99a48e6005c89/src/imagej/__init__.py#L321), we could just accept a fully qualified path, discern the language from the extension, and do ```python with open(script_path, "r") as...

enhancement

Because [converters are run](https://github.com/scijava/scijava-common/blob/ee1e7c1c6387f1d935bfa57c52cb02fd08955503/src/main/java/org/scijava/widget/DefaultWidgetModel.java#L157) when setting a widget value, this can trigger registration with the object service which then makes the converted value available on subsequent runs. If the pre-...

I ran the `config/fix-app.sh` script and can run from the command line, but the launcher silently crashes when I double-click (even with https://github.com/fiji/fiji/issues/369 fixed locally)

Bug

These executables being unsigned can lead to [delays](https://github.com/fiji/fiji/issues/367) on startup due to antivirus scanning, as well as large pop-up warnings about allowing the program to run. To remove these potential...

To reproduce: 1. `Help -> Update...` 2. Click `Manage Update Sites` 3. Click `Add Unlisted Site` and enter a valid URL 4. Filter for the new site (e.g. "new" if...

Bug

To reproduce: 1. `Help -> Update...` 2. Click `Manage Update Sites` 3. Click `Add Unlisted Site` and enter a valid URL 4. Note that the checkbox next to the new...

Bug

`scijava.app.directory` is intended to synchronize a local Fiji installation with the current development state of a particular component - traditionally by copying over the `.jar` artifact and dependencies. However, as...

![image](https://github.com/user-attachments/assets/c1884d7c-ea97-4059-aa59-460fae9e5c9e) Looking at the basic selection (Rectangle, Oval, Polygon, Freehand, Straight) and point tools, there are significant inconsistencies in behavior. I know these are in [imagej/imagej](https://github.com/imagej/imagej) so we don't have...