Francesco Stefanni

Results 46 comments of Francesco Stefanni

Hi, so I will use the `isEmpty()` snippet you provided thanks. Nevertheless, I recommend to add an `isEmpty()` method, since all the containers usually provide this method, and, actually, it...

Hi, I do not know exactly the relationships between the classes you list nor their internals, but imho and for what I understand, I suggest: * JsonArray and JsonObject, seems...

Hi, I agree, but doing this change is not the point of this pr. Nevertheless, doing your proposed change is probably possible without breaking anything, by adding an additional boolean...

Hi, @morcibacsi I added the boolean, to support your case, with fully backward compatibility. I hope this helps. Regards.

Hi, the regression pipeline fails due to missing `#include `. Maybe something not properly configured? Seems not something up to this pr. Regards.

Just an *optional* parameter to the constructor, a new class member, and few code replacements. So, it is backward compatible, since as default it will use the default SPI instance....

Hi, I can confirm the same issue of stack overflow.. I use it in a more complex setup w.r.t. the rest api example sketch, but nevertheless it should work... In...

Hi, I was just searching for this feature too! It would be very useful for many projects. Or at least, have a way to run it as a "linter" as...

Hi, I didn't know this trick! It works fine. Thank you. Nevertheless, also providing a dedicated problem matcher by this extension could be valuable feature. Regards.