Anton Nehaev

Results 12 issues of Anton Nehaev

`Any` and `Nothing` fail on `Json.reads` macro for case classes with more than one param. On Scala 2.12 same code compiles fine. Build settings: ```sbt scalaVersion := "2.13.0" libraryDependencies +=...

Separate a Loki client from logback specifics in order to provide a library that can be used independently of logging frameworks (e.g. logback, log4j). - [x] Utils (#101) - [x]...

enhancement

**Describe what needs to be done and why** I'm trying to run a local Spark job as a shebang script. On modern JDKs, Spark requires certain args to be provided...

enhancement
UX
Community help wanted

Currently (v1.1.8.4) snappy-java fails to use non-direct ByteBuffers with the following exception thrown: ``` org.xerial.snappy.SnappyError: [NOT_A_DIRECT_BUFFER] input is not a direct buffer at org.xerial.snappy.Snappy.compress(Snappy.java:141) ```

help wanted