Julien Enoch

Results 98 comments of Julien Enoch

> Alternatively, we can provide explicit methods to help users to modify the selector. It looks like this. > > ```rust > use zenoh as z; > let selector =...

This issue as not been addressed by the new API. Moreover all convenient operations that were introduced in #82 have been removed, in favor of new [KeyExpr](https://github.com/eclipse-zenoh/zenoh/blob/master/commons/zenoh-protocol-core/src/key_expr.rs#L260) and [Selector](https://github.com/eclipse-zenoh/zenoh/blob/master/zenoh/src/prelude.rs#L550) implementations...

Hi @thankrandomness, If you can afford to deploy a zenoh router outside your browser, here is an example on how you can already do a simple browser-to-browser chat (with the...

@heyong4725 : the root of the problem is that [Rust doesn't have a stable ABI](https://people.gnome.org/~federico/blog/rust-stable-abi.html#rust_does_not_have_a_stable_abi), and [probably won't before a while](https://github.com/rust-lang/rfcs/issues/600#issuecomment-526033825). The implication is that there is no guarantee that...

Hi @jerry73204 , Thanks for sharing your ideas with us! We are always happy to improve the quality of our code and the overall user experience. Any suggestion is welcome!...

Hi @amitsingh21, Thanks for your interest and contribution to Eclipse zenoh! As you can see the `eclipsefdn/eca` check failed, meaning Eclipse didn't manage to verify your ECA signature wrt. your...

Also, our CI do a code format check. Please make sure to run `cargo fmt` before pushing to make it happy 😄

Thanks for your contribution @milyin ! I just updated it on 2 aspects: 1. as you might have seen in api-changes branch, the call to `sample.ensure_timestamp()` was removed. The problem...

Actually the build for `linux/arm64` platform is in cause. The `linux/amd64` build is killed as a consequence. Probably the same issue than reported in docker/build-push-action#621. Relying on `buildx`+`Qemu` was quick...

Hi @sjames , This feature is indeed on our [roadmap](https://github.com/eclipse-zenoh/zenoh/wiki/Roadmap#security), but not yet implemented.