Jan Eglinger

Results 251 comments of Jan Eglinger

There's also https://github.com/RagedUnicorn/github-release-maven-plugin as an alternative Maven plugin, which *might* be better suited and has more recent commits. See also some related discussion [on the `pyimagej` gitter channel](https://gitter.im/imagej/pyimagej?at=6141a4455cfd665e5227547b).

Currently, the only benefit I see for creating a 'release' for every 'tag' on GitHub, is that the release versions could be automatically linked to a zenodo.org DOI. There's no...

We can probably reopen this pull request if there is interest. I guess the changes proposed here aren't backward compatible, so we'd require a major version bump to `3.0.0`. @ctrueden...

Aren't these all features that could (and should) be dealt with on a different level, say [`imglib2-roi`](https://github.com/imglib/imglib2-roi)? It would be awesome if Labkit could just wrap the ROI model from...

Also, it would be nice to have a more powerful markdown parser that allows adding css attributes with syntax like `{.my-customclass} markdown paragraph` to bring css into markdown when using...

@tlambert03 thanks for the quick reply. I am unsure if I will find time, but I would be willing to look into it if you can provide some pointers.

`maven.scijava.org` lists it: https://maven.scijava.org/#nexus-search;quick~lwjgl-opengl @kurijlj how did you build? `mvn` from the command line? **Edit**: oh, I see, it seems that `{platform}` in the jar name is not resolved correctly......

See also https://github.com/imagej/imagej-legacy/issues/179 and https://github.com/imagej/imagej-legacy/issues/270.

I think this has to be solved on the Jython side, no? @sebi06 as a workaround, you could try switching to a different scripting language. I guess that would also...

The issue is really specific to `jython-slim-2.7.2.jar`. Removing that file and putting back [`jython-shaded-2.7.1.1.jar`](https://maven.scijava.org/service/local/repositories/central/content/org/scijava/jython-shaded/2.7.1.1/jython-shaded-2.7.1.1.jar) into an up-to-date Fiji installation will make the following minimal script work again: ```python #@ LogService...