Jonas Fischer
Jonas Fischer
I noticed that there's a mistake in the ReactiveCollection class. Most methods check the disposed state using the isDisposed Field. However this is never updated. Instead the dispose logic uses...
Fixed a pretty mean to track down bug which occurs when you have a async validation rule that isn't always actualy async thus there are cases for example if you...
I just noticed a bug when using more than one IReactToDataSystem on a single system. Sadly to solve it properly it also requires changes to SystemsRx. So I went ahead...
I was losely following the restore instructions in your README.md. But the `command: /bin/sh` in the `docker-compose.restore.yml` wasn't enough to land me in an interactive shell using `ghcr.io/borgmatic-collective/borgmatic:latest` when doing...