Holger Dormann

Results 83 comments of Holger Dormann

Nerdctl also supports a [config file](https://github.com/containerd/nerdctl/blob/main/docs/config.md). Maybe we can delegate global settings for the containerd runtime to that.

@MahmoudMohsenEgy I you update your fork with with eclipse-ankaios:main, then the build failure should disappear.

@epage not sure what you mean with "old completions"? Is there any older clap_complete release which I should try to see if the completions for my scenario work with?

I have just googled a bit about how to test the tutorials and found https://dev.to/agardnerit/automated-markdown-testing-two-options-d9. Maybe that helps. As an alternative we could use a system test for each tutorial...

I think we should handle an unsupported runtime for **a specific agent**. In general, if a startup configuration is provided and no agent is registered, then all runtimes will be...

As discussed with @christoph-hamm and @krucod3: The command shall be `ank events` instead of `ank get continuos-state`. And we need a timestamp (ISO8601 format) for each message which needs to...

It looks like MkDocs already validates internal links. For checking the external links, I have evaluated the following tools: * **[mkdocs-htmlproofer-plugin](https://github.com/manuzhang/mkdocs-htmlproofer-plugin)**: A MkDocs plugin that validates URLs, including anchors, in...

I think the problem is somehow related to VS Code. When I use VS Code on a Manjora VM and execute the system tests in a dev container a lot...

With [VSCode Insiders](https://code.visualstudio.com/insiders/) the tests also pass.

With #368 and #369 we have two fixes for this problem. Currently all the tests pass, locally and CI.