Keith Alcock
Keith Alcock
The consequence is that if a collection of documents is processed in a different order, the results may be different, sometimes correct and sometimes incorrect. One might say that SUTime...
Hi, While running unit tests on some code that uses SUTime, we noticed that all tests passed with Java 1.8 but that one failed with Java 11. In both cases...
### json4s version 4.0.3, 4.1.0-M1 ### scala version 3.1.0 ### jdk version 1.8.0_181 What can be done about these warnings that appear for any use of extract? ``` [warn] --...
I inherited some Scala 2.11/12 code which is having difficulty compiling in Scala 2.13 despite the compatibility library. Simplified, it looks like this: ```scala import scala.collection.generic.CanBuildFrom import scala.language.higherKinds object Example...
We need this to be in build.sbt or thereabouts: // for processors-models resolvers += ("Artifactory" at "[http://artifactory.cs.arizona.edu:8081/artifactory/sbt-release").withAllowInsecureProtocol(true](http://artifactory.cs.arizona.edu:8081/artifactory/sbt-release%22).withAllowInsecureProtocol(true)) See also https://github.com/lum-ai/odinson/discussions/380
If I find a ResultItem ```scala case class ResultItem( segmentDocBase: Int, segmentDocId: Int, docIndex: Int, label: String, name: String, odinsonMatch: OdinsonMatch ) ``` which has no name or label, do...
#### Bug Report Checklist - [no] Have you provided a full/minimal spec to reproduce the issue? - [yes] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [no]...