Daniel Badura
Daniel Badura
| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | -...
This is an updated version of #162 and should also resolve #91 Should fix #345 #280 #52
### Prerequisites **Feel free to delete this section if you have checked off all of the following.** - [x] I've searched open [issues](https://www.github.com/FormidableLabs/spectacle/issues) to make sure I'm not opening a...
Hello :wave: Im currently working on a larger project where initially inline suppresses where used to ignore some psalm errors. Now the decision was made to use instead a baseline...
PoC of archiving events based on a marker attribute. If an event with this marker attribute is going to be saved, then all past events get archived. Then only the...
See: https://github.com/patchlevel/event-sourcing/runs/7579745095?check_suite_focus=true#step:7:28
Convert the abstract class `AggregateRoot` into an interface and a trait with the logic which is right now in the abstract class.
Right now we have no possibility to split up the stream for an aggregate. This could be handy if the stream gets really long, or even if the business needs...
We should try to get rid of the `Default*` naming scheme since it's not providing any useful information for the user. Instead we should think about to clearify what the...