meichhorn-conet

Results 5 comments of meichhorn-conet

I think it's a bug. When you implement your own `IRepository.Save`, `typeof(T)` is always `AggregateRoot` and not your specific AggregateRoot-Type. Pseudo code: ```csharp var aggregate = new MyAggregate(); session.Add(aggregate); await...

I dont know your infrastructure behind your azimutt.app. As cloud developer, I would push generating png files into a docker/kubernetes/fargate (Aws) container. Inside the container I would use playwright for...

work around: use the environment `COMPOSE_PROFILES`