Mark Hiner

Results 78 issues of Mark Hiner

Tried running `mvn license:update-file-header` and got BSD instead of cc0. All the projects should be updated to be cc0

unscheduled

Currently none of the tutorials dispose the `Context`s they create. I'm worried that this will lead to "ImageJ tutorials won't quit" issues. For example: run the `LoadAndDisplayDataset` tutorial - after...

enhancement

![image](https://user-images.githubusercontent.com/1123809/185446288-01ff2e78-0fa6-446d-a1ff-0f4ca8a54bd1.png)

Wanted: - [Windows installer](https://github.com/imagej/imagej2/issues/72) - Homebrew tap - ~~OSX App Store distribution (requires proper signing - which should also stop the terrible security annoyances on OSX)~~ - Debian package Maybe:...

deployment

We are currently shipping com.sun:tools.jar on the ImageJ update site. This is improper usage of an intended system scope dependency, which should and of questionable legality. It also causes duplicate...

deployment

We should have a framework in place so that commands can easily estimate the amount of ram they require. The framework can then warn if there is insufficient memory to...

Proposed changes for http://imagej.net/Downloads - [ ] Create "Distributions of ImageJ" page (template?) - [x] Move Fiji downloads to fiji.sc - [x] Add links to distribution pages below primary ImageJ...

- [Jenkins](https://wiki.jenkins-ci.org/display/JENKINS/Embeddable+Build+Status+Plugin) - [SemVer](https://www.versioneye.com/) - Custom [shields](http://shields.io/) e.g. for Maven central links. The syntax is: ``` [![Dependency Status](https://www.versioneye.com/java/com.zenjava:javafx-maven-plugin/8.1.2/badge.svg)](https://www.versioneye.com/java/com.zenjava:javafx-maven-plugin/8.1.2) ```

I'm assuming we could use SWAMP to do everything I wanted with SonarQube and then we wouldn't be responsible for maintaining our own code analysis. It would be especially useful...

Currently, we have a package `org.scijava.options` with an `OptionsService`, as well as a separate `net.imagej.config` package with a `ConfigFileParameters` class for working with the ImageJ.cfg launcher file. We also have...

deployment