Curtis Rueden

Results 319 issues of Curtis Rueden

As discussed at: https://retropie.org.uk/forum/topic/29349

With the extended SourceForge downtime, and SourceForge generally going down a lot, would it make sense to switch the Vrapper website and update sites over to GitHub pages?

Other Feedback

With jep, Java classes are represented with Python objects of type `PyJClass`. But that class is missing many of the methods of `java.lang.Class`: `getMethods`, `getFields`, `getName`, `getSimpleName`, etc. Is there...

When attempting to reproduce #2237 on OS X, the Bio-Formats Exporter dialog never appears on my OS X 10.11 system. Instead, I get a deadlock: ``` Found one Java-level deadlock:...

E.g. caller creates a JOGL `GLJPanel` and a Scenery scenegraph. Then hands them to Scenery for rendering. See [this conversation on Gitter](https://gitter.im/scenerygraphics/SciView?at=5ae9e976e2d30c2f045c17da) for details.

enhancement

When depending on `org.renjin:renjin-script-engine:0.9.2726`, the maven-enforcer-plugin's "ban duplicate classes" rule flags the following overlap: ``` No Duplicate Classes Allowed! Found in: org.renjin:renjin-lapack:jar:0.9.2726:compile org.renjin:renjin-blas:jar:0.9.2726:compile Duplicate classes: org/renjin/math/dtpmv__.class org/renjin/math/dsyrk__.class org/renjin/math/idamax__.class org/renjin/math/dtpsv__.class org/renjin/math/lsame__.class...

The tutorials still use 2.0.0-rc-71, but this is old. The latest as of this writing is 2.3.0. This is currently blocked by the fact that there is some version clash...

blocked

Might be simpler than the manually configured `http.proxyHost`/`http.proxyPort`/`https.proxyHost`/`https.proxyPort` combo we currently recommend. See also https://github.com/imagej/pyimagej/issues/121#issuecomment-1089409309

One reason we switched away from the SciJava Jupyter Kernel in favor of plain BeakerX Groovy is to avoid hardcoded dependency overlap between the notebook technology itself and the SciJava-component...

Unfortunately, Maven has a [serious bug in dependency resolution](https://stackoverflow.com/q/45041888/1207769) that is unlikely to ever be fixed. The gist is: projects extending pom-scijava will not notice the bug. But projects which...