Reyhn3

Results 9 comments of Reyhn3

Yes, `FirstAggregateId`, `SecondAggregateId`and `StringIdentity` are equivalent, **when it comes to persistence**. And that is exactly my point. Conceptually, though, in DDD, an aggregate is something that can be identified, which...

Note that I wrote that it should be the **aggregate** type that keeps events separate from each other. I don't think it is correct that `Identity` is using its own...

Hmm... I'm sorry, but am very confused by your answers. I must be misinterpreting you, for it seems that we are mostly talking about the same thing and are in...

Toggleable from the View-menu would be great. But I'd also like to be notified somehow that there **is** front matter to look at. Perhaps via a visual indicator in the...

Here's a report from [Hybrid Analysis](https://www.hybrid-analysis.com/sample/be1c45308c479db5d0ef6db49eefdbd41c2dbe543027807909e180b49fec2f0e) for version 2.23.0.

I have the same problem in PowerShell, but I downloaded the binaries from the release page (not via a package manager). If I run `.\navi.exe repo browse` and select a...

Ah, I solved it. It was hard to find, but it is actually [in the documentation](https://github.com/denisidoro/navi/blob/master/docs/config_file_example.yaml). First, create a config file: ```powershell .\navi.exe info config-example > $ENV:AppData\navi\config.yaml ``` Then, change...

Even later to the party, but all I had to do was to use `sudo`: ```shell sudo docker compose --file ./compose.yaml up ```

@gadfly3173 Thanks for the tip! It seems to alleviate the symptoms for me. Although I'd still like a proper cancel feature.