-
It was detected by the amazing [sbt-dependency-check](https://github.com/albuch/sbt-dependency-check) plugin when applied for [jsoniter-scala](https://github.com/plokhotnyuk/jsoniter-scala) repo.
S…
-
Hi,
doing some testing, a special case called my attention. The methods to deserialize into numbers from the class NumberConverter, don't return an error when the number is a string, I mean:
{"a…
ghost updated
4 years ago
-
basil is super slow
```
[info] Benchmark Mode Cnt Score Error Units
[info] ADTBenchmark.basilRead thrpt 5 5127.387 ± 516.308 ops/s
[i…
-
To reproduce the stacktrace bellow need to move [this](https://github.com/plokhotnyuk/jsoniter-scala/commit/7d9a38639405741633ced53071ecb6287bac392f#diff-f2f7c27c43abb00916c9e44b849a0c16L24) line to b…
-
Code to reproduce:
```
scala> :paste
// Entering paste mode (ctrl-D to finish)
import io.bullet.borer._
import io.bullet.borer.derivation.MapBasedCodecs._
sealed trait Geometry extends Produ…
-
After adding of the following build configuration:
```
resolvers += Resolver.bintrayRepo("reug", "maven"),
libraryDependencies += "reug" %% "scalikejackson" % "0.5.1"
```
Got an error during re…
-
`utest`, `scodec-bits`, and `akka-actors` are released for Scala 2.13.0 already
-
see https://github.com/plokhotnyuk/jsoniter-scala/pull/180
-
Often we want slightly different codecs for Json vs Cbor. We have defined the helpers like these:
```scala
def targetSpecificEnc[T](cborEnc: Encoder[T], jsonEnc: Encoder[T]): Encoder[T] = { (write…
-
Current code from the master branch parses floats with rounding where error ~1ULP that is greater than expected ~0.5ULP of `java.lang.Float.valueOf()`.
The rounding error can be easy reproduced whe…