Luca Cominardi

Results 160 comments of Luca Cominardi

> About imports from zenoh dependencies in tests, I didn't write them but used my IDE auto-import. I don't think it matters a lot in tests, as it's not public...

I think we can go ahead with this feature under an `unstable` feature gate. Similar approach should be applied to `declare_queryable`.

Zenoh internal async runtime is migrating to Tokio. If an application wants to use async-std, it can still doing via [async-std's compatibility features](https://docs.rs/async-std/latest/async_std/#features). For any additional discussion about this topic,...

> Another question, I see that we can specify common names, so we can imagine that a user can create certificates for its clients with whathever common name, but seems...

> I would rename "declare_subscriber" to "subscriber_declaration", "declare_queryable" to "queryable_declaration", "put" to "publication" and "get" to "query". > > The idea is to use nouns instead of verbs now that...

> > > I would rename "declare_subscriber" to "subscriber_declaration", "declare_queryable" to "queryable_declaration", "put" to "publication" and "get" to "query". > > > The idea is to use nouns instead of...

@wyfo it would be great if this PR comes with a battery of sister PRs to update all bindings/plugins/backends with the new module organization.