Max Ekman

Results 135 comments of Max Ekman

That’s a really exhaustive (and understandable) answer, thanks for taking the time!

I’m happy with the answer given, will close this for now. If the time and effort needed to use < and > is available some day I’m all for it!...

In my case I found that setting replace did it as a workaround: ``` replace gopkg.in/russross/blackfriday.v2 v2.0.1 => github.com/russross/blackfriday/v2 v2.0.1 ``` My original build error was `cannot find module for...

That would be awesome! I have been thinking about getting rid of the UUID type as it is not core to the package. Do you have any idea of a...

It would be best to avoid an interface that big and diverse if possible. I have been thinking a bit about this and I can imagine a really simple interface...

It does sound interesting! Is there a possibility to wait for the event to be written inside your implementation? It is important that the `EventStore.Save()` method fully saves the event...

Sounds really good, looking forward to see it!

Definitely good suggestion with clustering. Regarding LastOffset, it means last non-committed message, at least as far as I know. You definitely don't want to read from the beginning, and not...