Michael Ilyin

Results 101 comments of Michael Ilyin

@mmusselman-crl you can reproduce format check failure locally with the same command as in CI: https://github.com/eclipse-zenoh/zenoh/actions/runs/16425821734/job/46451431435?pr=2039 `rustfmt --check --config "unstable_features=true,imports_granularity=Crate,group_imports=StdExternalCrate,skip_children=true" $(git ls-files '*.rs')` and even fix it in place by...