Michael Ilyin
Michael Ilyin
Discussed with @sashacmc the logging in the zenoh-pico. If the zenoh-pico logging system is going to be improved (e.g. adding cmake variable with text log level) it makes sense to...
> for non-blocking channels it is necessary to call z_check on objects returned by try_recv() Ok, I see the problem. Separating `z_check` to `z_is_empty`/`z_check` may provoke more problems due to...
After discussion with @DenisBiryukov91 the proposal is to make `z_check` usable on loaned objects. This means that even for objects in gravestone state the `z_loan` is allowed. Though I still...
After discussion with @DenisBiryukov91 and discussion between @DenisBiryukov91 and @Mallets as far as I understand the decision to make `z_check` and `z_null` undocumented was made. Please correct me if I'm...
After discussion with @Mallets the final decision is to rename them to `_z_check` and `_z_null` to keep them out of official API but still use in tests for check for...
@tpetazzoni could you please sign the eclipse agreement to make PR mergeable?
@spynetcamera is this PR still actual? If not, going to close it
The approach used for fixing this seems to be wrong, we need to correct DEFAULT_CONFIG or provide default value for this parameter. See discussion in https://github.com/eclipse-zenoh/zenoh/pull/1326 Going to revert the...
Correction after consultation with @sashacmc : the libzenohpico and libzenohpico-dev are package names inside the archives. So the readme is technically correct, though maybe not fully clear
part of zenoh-ext, low priority