Reyhn3
Reyhn3
This PR addresses the issue that `IIdentity` is not fully honored by `IEventPersistence`, as reported in #820. Without this fix, it is not possible to implement your own `IIdentity` because...
Using `IIdentity` when persisting events can lead to overlapping identities between **different** identity types, causing events and aggregates to be corrupted. For example, if `LocationId` has the value of `abc`,...
It would be great to be able to filter (i.e. hide) lines from the main view based on e.g. a regex. **Problem:** My log files contains lines with log levels...
Sometimes the network requests (e.g. when fetching, pulling etc. from GitHub / Azure DevOps) timeout. The timeout is very long, though, and it blocks the whole workspace (i.e. I can...