Yuyuan Yuan
Yuyuan Yuan
@Mallets can you please review this? Thanks.
@Mallets @OlivierHecart do you mind leaving a comment? Thanks.
> So the problem is that session can't be created because of session id duplication? @milyin Nope. If you append a `println!("DONE")` at the end of the file, you can...
Okay, done.
An example workflow to automatize the license header fix. ```yaml on: push jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: # To work with PR. # See https://github.com/EndBug/add-and-commit?tab=readme-ov-file#working-with-prs repository:...
Close this since this PR introduces a package resolve error instead. See #740 for the conclusion.
> Hi @YuanYuYuan Just doing some house keeping, Is this a Draft / WIP PR ? If so can we maybe label this as a Draft / WIP PR so...
> Any update if this PR is till active? Sure. We've been testing the performance on this porting. FYI, this is on our roadmap for the 1.0.0 release.
Hi @samcarey, I encountered the same problem as well. I think this is due to the limit of cargo, and a RFC has been proposed. https://github.com/clap-rs/clap/issues/4811#issuecomment-1490196509 Bumping up the rust...
> The problem is more rooted in Rust and cargo as it seems and it's not only specific to Zenoh. Bumping the Rust MSRV would work for Zenoh this time,...