-
Dispatching a command returns an `:ok` response when successfully handled by the registered command handler or aggregate.
```elixir
:ok = Router.dispatch(%RegisterAccount{uuid: UUID.uuid4(), user…
-
Disclaimer: it's not a big deal and working with GRBL is awesome in any other way, but it still bugs me - and bugs me very much, exactly because GRBL is so consistent in any other way.
We have plen…
-
Could you add a components diagram like layer diagram or so.
It will help to understand relations and whole architecture.
-
-
From wayne.brantley@gmail.com on Google Group:
https://groups.google.com/forum/#!topic/autofac/svtRInh0my4
Originally, you helped me out with getting all the decorators attached using open generics …
-
Hi, really nice tutorial, appreciate your contribution!
I would suggest one change:
CreateUserQuery
CreatePostQuery
Use CreateUserCommand and CreatePostCommand naming instead.
If you want to…
-
What interaction ID should be used for Cancel an Appointment?
[FHIR Operation Guidance](https://nhsconnect.github.io/gpconnect/development_fhir_operation_guidance.html#stage-1--2-fhir-operations) has…
-
Just curious: are there plans to make kallax support MySQL? Our organization is tied to MySQL for operational reasons.
-
### This is a...
[X] request for feedback / interest level of integrating this idea into the store
### Feature: ReduxActions
**What are they?**
An attempt at a more object oriented and ty…
-
It seems like `{:error, :stream_not_found}` is wrapped within a stream, causing the first pattern of https://github.com/slashdotdash/commanded/blob/e96628253b70bec7ded3200e5efb6c2e0a6ebf19/lib/command…