Denis Mikhaylov

Results 48 comments of Denis Mikhaylov

Another example is an `Invoice` aggregate, it's state is `Option[InvoiceState]`. What to return for a pair `(None, e: InvoicePaid)`? `None`? It's obviously something strange that should be reported somehow. Reporting...

@rkuhn > If the actor decides that the event log is corrupted and that it cannot continue, then it can and should terminate with a failure. Failure is signaled by...

@afsalthaj After another round of thinking, I find it very confusing to add quoting and escaping as a part of the library UX. As an abstract client, I don't want...

@afsalthaj I've sanitized our env vars https://gist.github.com/notxcain/c21f24e2d1f8e8e692512acdb496c599.

Damn, I must've oversanitized something. It fails on unsanitized env vars. Let me recheck.

@afsalthaj how is it going? Did you find the solution?

@afsalthaj sorry to bother you, but do you have an update?