István Gansperger

Results 3 issues of István Gansperger

I have a strange error with `Generic` and `Select` on a case class containing `LocalDateTime`. I haven't been able to pinpoint the issue exactly, but having both in my case...

Performance

The following code prints `null` on `Kamon v2.7.3 / Kanela v1.0.18` (scala 2.13.14): ```scala package foo import kamon.Kamon import kamon.tag.{Lookups, TagSet} import scala.concurrent.ExecutionContext.Implicits.global import scala.concurrent.duration.DurationInt import scala.concurrent.{Await, Promise} import scala.util.Success...

This should fix issues like https://github.com/sbt/sbt-native-packager/issues/1523