Mahmoud Mazouz
Mahmoud Mazouz
Commit 1ea8595f1a16a7f859f78cff65342f5738082503 (which points to kdl-org/kdl@a1d85e9) fails `cabal test` with the following issues: Failures ```console test/Main.hs:34:18: 1) should pass the kdl-org provided test cases, KDL.parse, should satisfy kdl/tests/test_cases/input/blank_arg_type.kdl expected: "node...
Regions
Implementation of hierarchical routing by means of "gateway" nodes that divide the network into regions. Regions close over entities declared within them and run distinct linkstate/peer-to-peer networks, thus unlocking higher...
This patch clarifies the semantics of `LivelinessSubscriberBuilder::history`. In particular, the behavior documented in #2278 and #2283 can no longer be considered an issue. Closes #2278. Closes #2283.
### Describe the bug Zenoh should only push liveliness updates (i.e. token PUT/DELETE) when fresh information is available: liveliness subscribers without history should not receive a token PUT if the...
### Describe the bug Because clients propagate interest in `Future` mode, they cannot reliably decide if a token is fresh or not. ### To reproduce ```nushell #!/usr/bin/env nuze -X0 #...
These appear for me on `rustc 1.92.0-nightly (f04e3dfc8 2025-10-19)`.
### Describe the bug Peers act as if they were brokers between their clients and their peers: when a peer receives a subscriber undeclaration from its client it will not...
The API around `DEFAULT_CONFIG_PATH_ENV` doesn't make much sense. We have: - https://docs.rs/zenoh/latest/zenoh/struct.Config.html#associatedconstant.DEFAULT_CONFIG_PATH_ENV - https://docs.rs/zenoh/latest/zenoh/struct.Config.html#method.from_env Thus `DEFAULT_CONFIG_PATH_ENV` only exists to document what environment variable `Config::from_env` will use to lookup a file....
https://docs.rs/zenoh-ext/latest/zenoh_ext/struct.AdvancedPublicationBuilder.html#method.attachment-1 The rustdoc of the above method states that > Attach user-provided data in key-value format But there doesn't seem to be a `From` impl for `OptionZBytes` where `M` is...