Aliaksandr Siamionau
Aliaksandr Siamionau
Ideally we want to back pressure publisher when it's faster than Korolev is able to render (apply transitions).
Perhaps, better to treat such HTML string as a blackbox (don't try to parse or validate it), and if it changes - re-render in completely instead of inferring minimal diffs...
Should fix #586 upon publishing.
Reproducing example: ```scala object ChimneyBug extends App { import io.scalaland.chimney.dsl.* import java.util.UUID case class From(x: String) case class To(uuid: UUID, setUuid: UUID, x: String) val result: To = From("meh").into[To] .withFieldConst(_.uuid,...
Since one would need to write something like `Result.fromOption`, it can easily conflict with some other user-defined `Result` types. I believe it's bad idea to use this generic name, would...
Hey, I notice that when I migrate to Pekko (form latest "free" Akka), I start getting occasional `org.apache.pekko.stream.SubscriptionWithCancelException$NoMoreElementsNeeded$ (No error message supplied)` from web clients. I've increased `stream-cancellation-delay` to `1s`...