Luke Nezda
Luke Nezda
### Description Simpler attempt at "conversion" of `MultiLabelConfusionMatrix` to corresponding `LabelConfusionMatrix`) - not meant to actually be merged. How can this be done better? Seems correct except `testMultiLabelConfusionMatrixToStrings()` `labelConfusionMatrixToString` has...
### Environment * **Tesseract Version**: 4.0.0 ~~4.0.0-beta.1 from https://packages.debian.org/stretch-backports/tesseract-ocr~~ * **Commit Number**: 51316994ccae0b48692d547030f26c0969308214 ~~c3ed6f036064e54e34f75275f66c70dd924527bf~~ * **Platform**: `Linux my-machine 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux` ### Current Behavior: Tesseract...
Current `master` branch (bef39826f631a62550b0e0f6c504c4fd90b62995) `mvn clean install` fails. Snippet of the failure output: ``` [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ generator-processor --- [INFO] Compiling 1 source file to /Users/nezda/code/immutables/generator-processor/target/test-classes [INFO] -------------------------------------------------------------...
Attempting to install from current `master` source on a machine with python 2 with `sudo python setup.py install` fails with ``` File "/tmp/easy_install-Vd6lIV/more-itertools-8.2.0/more_itertools/more.py", line 480 yield from iterable ^ SyntaxError:...
It turns out, https://github.com/twitter/algebird/blob/ee581c7/algebird-core/src/main/java/com/twitter/algebird/CassandraMurmurHash.java#L27 is not quite MurmurHash 3.0 (https://github.com/apache/cassandra/blob/ae3edb2abee8c847b4b76349ba5dece54450ebac/src/java/org/apache/cassandra/utils/MurmurHash.java#L28-L29). At a minimum, update the comment as they did, and consider upgrading to a correct one as is found in...
Support comments starting at any column position as a configurable feature in addition to #56. Consider trimming whitespace preceding the comment delimiter. This feature's use case is allowing (temporarily) omitting...
If an element has an attribute and sub-element with the same name, the attribute seems to be ignored and the element value used, despite collision resolving configuration with `@JacksonXmlProperty(localName="state", isAttribute=true)`...
[#48] just swap `$JAVA_OPTS` and `@EXTRA_JVM_ARGUMENTS@` so env is last and has a chance for its values to take precedence (I tested this works for me using [``](http://www.mojohaus.org/appassembler/appassembler-maven-plugin/assemble-mojo.html#unixScriptTemplate) configuration option...
The new home of this project here on github was kinda hard to find. Several pieces of information are misleadingly wrong now that codehaus.org is gone (right?). The issues link...
Currently ``` xml com.foo.Server foo-server 8g ``` generates scripts including ``` sh exec "$JAVACMD" $JAVA_OPTS -Xmx8g \ -classpath "$CLASSPATH" \ ``` It would be useful if the environment variable `$JAVA_OPTS`...