Frank Märkle

Results 60 comments of Frank Märkle

I've added another task, that we need an architecture overview which shows how the different containers work together. Such a diagram already exists for THEO, which we can likely adapt:...

This probably makes sense to use for the verbosity flag: https://crates.io/crates/clap-verbosity-flag

We should use the distribution-task for EDGAR. It turns out that this was already not the case for CLEO, so this should be corrected first: * [x] `cargo ci carl...

Initial implementation of the new PeerConfiguration has been included in these commits: fcd6ebe716b99c98eba3222067bf78c00c6a5c57 df6aa4b102ab1c336594cfef6c843cc94ce1c122 7288bae079d12f526e17df53423f9b53e1ac6da4

Examples for templating files in Bash: https://github.com/eclipse-opendut/opendut/blob/fc68ff9c334ae92ad67cdcc9caf1fc81465b7ea4/resources/development/tls/generate-certificates.sh#L21-L29 https://github.com/eclipse-opendut/opendut/blob/fc68ff9c334ae92ad67cdcc9caf1fc81465b7ea4/.ci/docker/keycloak/keycloak_functions.sh#L64-L76 (The `

I was able to change our connect, so that it's not lazy. This allows us, in theory, to get error feedback more directly. However, the `tonic` errors don't seem to...

I attempted to reproduce the issue in THEO and was not able to. I'm guessing, the behavior changed due to the modification of the connect behavior, to not be lazy...

Hey @eet1mu3, I've opened a draft PR for you, to make it easier to track that work is happening on this branch and to have a place to discuss it....

Hey @hafklin, I've created an issue for this. The `NetworkInterfaceName` is intended as a small wrapper around just a String (following the [New Type Idiom](https://doc.rust-lang.org/rust-by-example/generics/new_types.html)). So, we do want to...