Andrey Ladniy
Andrey Ladniy
### Lagom Version (1.2.x / 1.3.x / etc) 1.6 ### API (Scala / Java / Neither / Both) Scala ### Expected Behavior Same as the `serviceFactory` using in `serverFor` method...
I try use deleteSnapshots but only have incresed space usage. I can't undestand, plugin only stores additional `DeleteEvent` and don't delete it from the stream in fact? https://github.com/EventStore/EventStore.Akka.Persistence/blob/35f14449433c227091d28ecedade04bc991e6c1a/src/main/scala/akka/persistence/eventstore/snapshot/EventStoreSnapshotStore.scala#L66
Is it possible to add `FiniteDuration` parsing to the `zio-config` Solution of the problem: ``` case object FiniteDuration extends Primitive[scala.concurrent.duration.FiniteDuration] { final def parse(text: String): Either[Config.Error, scala.concurrent.duration.FiniteDuration] = Duration.parse(text).flatMap{ case...
Is it possible to adapt the code so that when the minimum speed is turned on, the fan starts at the maximum within a couple of seconds, so that it...