Josh Davis

Results 4 issues of Josh Davis

I recently implemented a custom serializer. Commanded didn't define a behaviour, so I used [EventStore.Serializer](https://github.com/commanded/eventstore/blob/v1.0.2/lib/event_store/serializer.ex#L1). It turned out that while `EventStore.Serializer` defined `serialize/1` and `deserialize/2`, the in-memory event store [was...

`Commanded.Projections.Ecto` passes the `:concurrency` option introduced in commanded/commanded#486 through to the underlying `Commanded.Event.Handler`. However, out-of-order events are skipped when compared to the `projection_versions` table.

When I tried updating to 0.3.4, the pre-commit hook started restoring files I had deleted. Using `git stash push --keep-index` as in #30 restores deleted files to the working tree:...

wontfix

Ensure `:ssl` is started before `Commanded.Middleware.Auditing.Repo`.