Alexander Bushnev

Results 23 issues of Alexander Bushnev

### Describe the feature It would be good to have a way to restrict data to interface: - Listening on `tcp/0.0.0.0#iface=eth0` - Connecting to `tcp/1.23.4.#iface=eth0`

new feature

### Describe the feature - [ ] Implement ring/fifo channels wrappers - [ ] Add owned samples channels and examples - [ ] Add owned query channels and examples -...

### Describe the feature - [x] Implement ring/fifo channels #391 - [x] Add owned samples channels #391 - [x] Add try_recv for channels #397 - [ ] Add owned query...

### Describe the bug The test failed with the message ``` keyexpr_zenohpico: /home/sashacmc/src/zenoh-cpp/tests/universal/keyexpr.cxx:406: void includes_declared(zenohpico::Session&): Assertion `!keyexpr_includes("FOO/*", "FOO/BAR", err)' failed. ``` ### To reproduce ``` mkdir build && cd build...

bug

### Describe the bug Seems that the method `weight_at` from the `KeyExprTree` works only with key expression without wildcards, it should be replaced with something other. https://github.com/eclipse-zenoh/zenoh/blob/2500e5a62d8940cbfbc36f27c07360f91ba28c2d/zenoh/src/net/routing/interceptor/downsampling.rs#L125 ### To reproduce...

bug

Fix file upload: - Add required `record` information - Fix collection_id extraction - Update S3 URLs