hydroid7
hydroid7
Ok, so I opened a PR, but I'm really no expert with Cirrus CI.
I think a first step in this direction would be to add an automatic audit using https://crates.io/crates/cargo-audit Extending the CI file wouldn't be that hard either: ``` iox2_cargo_fmt_and_clippy_template: &IOX2_CARGO_FMT_AND_CLIPPY cargo_fmt_and_clippy_script:...
Thank you all for the constructive comments, I rewrote the commit messages, added the feature to the releasenotes, changed the documentation in order to reflect the new `Display` implementation and...
Sorry that these took that long, but here they are. Background for my contributions is that I'm writing a DDS middleware / message broker as my MSc Thesis. Therefore I...
Yes, in fact, the library now is blocking. From the discoussions above and the other pull requests, I see the following requirements: - Background/ Async Processing - Response should be...
Hi, I'd like to work on this. On what types should `Display` implemented?
Ok, thank you for the information. I'll wait until Dezember.
Hi there, the changes look ok to me. Can you please elaborate a bit why this change is useful? Do you plan any feature that depend on the `id`s? Increasing...
Thank you for the docs, it looks good.
Hi @nicoketzer, could you please take a look at my pull request at #2233? It should provide a simple and yet flexible HTTP bridge.