IRT-fbachmann

Results 6 issues of IRT-fbachmann

Could you add support of default exports in the structureLoader? Sth. like this: ``` if (required.default) { required = required.default; } ```

I have a structure I get from another project fed into my domain which has one key that contains a dot. Granted, I wouldn't do that, either. However, do I...

I had a completely other problem, however, I encounterned a possible fault in the mongodb store [L389](https://github.com/adrai/node-eventstore/blob/master/lib/databases/mongodb.js#L389): `this.events.update({'_id' : id}, updateCommand, callback);` The corresponding function in the mongodb driver [L1084](https://github.com/mongodb/node-mongodb-native/blob/2.2/lib/collection.js#L1084)...

I'm wondering how replay is done best. My intuition was to take "THE_LAST_EVENT_SEEN"-id from the revisionGuard of my event-denormalizer and read all events from the event store that come after...