Denis Mikhaylov
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.
@afsalthaj just use this map in your example.
Damn, I must've oversanitized something. It fails on unsanitized env vars. Let me recheck.
Ah, of course! Sorry I didn't mention that.
@afsalthaj so now you see it too?
@afsalthaj how is it going? Did you find the solution?
@afsalthaj sorry to bother you, but do you have an update?