Simon Bernard

Results 829 comments of Simon Bernard

> Sounds good. What functions do you need in the Help API to make this easier? I thought about some function maybe on `CommandLine` which could allow to print some...

I have another version of my `ShortErrorMessageHandler` which supports : - ` OptionSpec` - `PositionalParamSpec` (I test it quickly as I don't really use it for now) - also a...

I'm not sure what `picoli-examples` modules are ? should it be runnable example or just incomplete code sample ? I'm not sure I will be able to take more time...

We currently [hesitate between 2 CBOR library](https://github.com/eclipse/leshan/issues/939). If Jackson is chosen, I could maybe find time to work on this (with help because I didn't know so well Jackson). So...

Regarding #230, Date type is not supported for now. I search if this is possible to use a more low level API using Tag. I see this is possible to...

Currently I'm rather using `JsonNode` API like `JsonNode node = mapper.readTree(cbor);` If I well understand if I need tag support I need to move to usage of `JsonDeserializer` ? (it...

I think integrating Conversation in Thunderbird could totally make sense. (see https://bugzilla.mozilla.org/show_bug.cgi?id=1686504)

> I've spent too long trying to reproduce or arrive at some explanation of the issue So sorry about that and sorry for delay... If I remember well, it was...

I just read the discussion. You seems to not really appreciate this DTLS RRC feature at least for CoAP :grin:. I would just know : **About 1**. I well understand...

About 1. an 2. reordering and address updates : Really good catch ! I think your remarks make totally sense. About 3. > So I assume, not for 2.0 Of...