Results 10 issues of Roman Iakovlev

Currently the futures created by `akka.pattern.after` do not inherit the current instance of `kamon.context.Context`. Instead, a new one is created for such futures, breaking the chain of context propagation. Please...

Bug
akka

The error manifests itself when I run Scalastyle via SBT plugin. The error looks like this: ``` [error] /Users/roman/projects//src/main/scala/SomeScalaFile.scala: None.get ``` It's not the standard Scalastyle error or warning, because...

At present, when one runs `deepMerge` on 2 arrays, only the argument contents remains in the resulting array, the contents of calling array is lost: ``` import io.circe.Json, io.circe.literal._ val...

question

As much as I like sbt for its flexibility and rich feature set, it still doesn't enjoy the first class support in the Java world. Particularly, in the context of...

enhancement

Currently the `net.iakovlev.timeshape.TimeZoneEngine` class is initialized using a bunch of overrides of `initialize` methods. This was fine in the beginning, but now there are already 5 overrides and more is...

enhancement

See conversation in https://github.com/RomanIakovlev/timeshape/issues/26 for the context.

enhancement

There might be some performance gains to be obtained from this. See https://capnproto.org/.

enhancement

For certain use cases, like querying a single or little amount of points, it might make sense to skip the full initialization of the TimeZoneEngine. It might not be possible...

enhancement

First of all, this `shapeless-builder` is my first encounter with the `shapeless` in general, and it, while complex, is very compelling. I'd like to ask several questions about it. 1....

## Short Description Add support for persistent scan cache on an individual files level, to improve performance of repeated scans, as well as the scans of similar packages. ## Possible...

new feature