-
``` ruby
describe EventSourcing::CommandHandler do
let(:event) { double("Event") }
let(:store) { double("EventStore") }
let(:command) { double("Command", execute: event)}
subject { EventS…
-
We have three states for is_suspicious:
- true - blacklisted
- false - whitelisted
- null - unreviewed
We should us an ENUM instead of a boolean for that (this was raised on an HN thread when we anno…
-
Currently, the extension only supports JAX-RS API annotations, it would be great to also support the Restlet API resources.
Implementation could reuse the WADL introspection logic already written.
R…
-
We're having another JRubyConf EU this year, and it really would be a shame if nobody came to talk about concurrency :-)
If anyone's planning to be at Eurucamp or is otherwise interested in JRubyConf…
-
I discovered the following when I tried to build your project using sbt (I tested your client in a scala/akka eventsourcing POC - https://github.com/kixi/bitcoin-xchange)
[info] \* Error: Unable to w…
kixi updated
11 years ago
-
This looks interesting. Is there any documentation, blog post or similar outlining the workings of the project/library?
maacl updated
12 years ago
-
---- Test started: Assembly: Azure.Tests.dll ------
Test 'Infrastructure.Azure.Tests.EventSourcing.EventStoreBusPublisherFixture.when_calling_publish.then_deletes_message_after_publishing' failed:
…
-
A no-arg constructor is needed for the Serializable interface.
-
1. deploy the RI to portal
2. create and register for conference and i am able to complete an end to end happy path scenario.
3. remove the azure tables - event store, message log, WADPerformanceCoun…
-