István Gansperger
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...
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
Sometimes files can get missed if they get marked as FILESYSTEM_FILE_SENT_FOR_UPLOAD but then do not get updated for whatever reason, as FilesystemDataProvider#getFilesForUpload only considers files where FILESYSTEM_FILE_SENT_FOR_UPLOAD=0. This change adds...