Erich Bremer
Erich Bremer
#### Issue Description I'm getting different PCA.pca_factor results switching between CPU and GPU libraries. The GPU results are correct. No code changes are made during the switch. #### Version Information...
When I try this code out, no page is generated. https://github.com/wicketstuff/core/blob/master/datatables-parent/datatables-examples/src/main/java/org/wicketstuff/datatables/demo/NewPage.java this example works though: https://github.com/wicketstuff/core/blob/master/datatables-parent/datatables-examples/src/main/java/org/wicketstuff/datatables/demo/HomePage.java
I have multiple named graphs loaded into the latest develop Virtuoso. If I do the following query: ``` prefix : prefix map: select ?MRN where { graph {?k map:mrn ?MRN}...
Using GraalVM: ``` openjdk version "17.0.4" 2022-07-19 OpenJDK Runtime Environment GraalVM CE 22.2.0 (build 17.0.4+8-jvmci-22.2-b06) OpenJDK 64-Bit Server VM GraalVM CE 22.2.0 (build 17.0.4+8-jvmci-22.2-b06, mixed mode, sharing) ``` **Describe the...
Is there a undocumented command line option to set the JPEG compression quality with bfconvert?
Trying to view a VSI->TIF converted image with JPEG compression in GIMP throws the following error over and over: Improper JPEG sampling factors 2,2 Apparently should be 1,1.
I've created a tiled Bigtiff image with an image pyramid using VIPS 8.7.0. I tried reading the image pyramid via an IIIF server I have written based on Bioformats. Bioformats...
**Is your feature request related to a problem? Please describe.** Simplify developing projects with ARX by providing maven artifacts **Describe the solution you'd like** Make jars available/hosted on a maven...
I'm running the optimizer on numerous files. One file in particular crashes each time with the following code: optimizer.setCompressor("zopfli", 32); optimizer.optimize(pi, ofn, false, null); With debug mode, I can the...
xsd:hexBinary typed literals appear to be stored as an actual string rather than converted to binary. This seems to be an opportunity to get further compression.