Daniel Fisher

Results 22 comments of Daniel Fisher

@jakenuts When talking about `wrappers but allow for projecting, enriching and caching the data coming out of the context`, do you mean projections like with `CQRS`?

@SebastianStehle I differentiate them by naming them the `Fowler Repository` and the `Evans Repository`.

Try this one. It contains: - ISRG Root X1 - Let's Encrypt Authority X1 (Issued by ISRG Root X1) - DST Root CA X3 - Let's Encrypt Authority X1 (DST...

I just had a look at _some_ of the issued certificates (https://crt.sh/?Identity=%25&iCAID=7395). Seems like the DST is the only relevant chain. ![untitled](https://cloud.githubusercontent.com/assets/272164/11766416/8b048860-a186-11e5-9701-4c240ad351a5.png)

I had it working on `1.9.1` with the following setup: ```bash # download the AIA Root certificate (the root issuer of the ACME server TLS certificate) sudo curl http://aia.pki.domain.tld/aia/root.crt -o...

Dear @jonsequitur, I cannot share my code completely but will try to explain the usage using two methods. ```csharp [NotNull] public static string[] GatherArgsFromUserInput( this RootCommand command, string title =...

For the completion I use the given API with the following code now: ```csharp /// /// Gets suggestions. /// /// The option. /// The parse result. public static IEnumerable GetSuggestions(...

I can confirm that the issue is still existent. Can somebody re-open the issue or shall a new one be created?