Martin Zima

Results 5 issues of Martin Zima

As originally reported here: https://github.com/revoframework/Revo/issues/27#issuecomment-827460760 Sagas probably dispatch async events event when there are no sagas for the events being published (needs more investigation).

bug
investigate

We need more complete example apps that would show more of the framework features and how to use them in real-world scenarios.

good first issue

We need to be able to save and load state of event-sourced aggregates into a serialized state (e.g. JSON) for faster aggregate loading. This should mostly work as an optimization...

enhancement

Implement a way to easily re-run event projections, e.g. when migrating the DB schema.

enhancement

**Description** Using provideFormlyConfig to define custom config in child components (or lazy loaded routes, etc.) or using FormlyModule.forChild in child modules breaks Formly configuration resulting in this error when trying...

bug