Elias Strehle

Results 4 issues of Elias Strehle

While working through your database implementation, I was wondering why `UserRepository` does not use `TypeormRepositoryBase.findOne`? https://github.com/Sairyss/domain-driven-hexagon/blob/0b55c3c290f197c920cb563add62e04f83faae96/src/modules/user/database/user.repository.ts#L35-L43 Shouldn't we do this instead: const emailVO = new Email(email); const user = await...

First of all, thank you for writing this! The caching works like a charm. For the AWS ECR example, it might be helpful to add the minimal IAM permissions required...

If the `.htmlhintrc` is not valid JSON, the linter silently ignores it and uses a default config. For example, I had made the mistake of keeping a trailing comma: {...

keep-unstale

I am developing an Aries controller in TypeScript. The OpenAPI doc for the Administration API is very useful as a template when creating request and response types. Would it be...