Dusan Cervenka

Results 310 comments of Dusan Cervenka

It looks like this is related for master side not remote correct? So no change for me :D But i am happy to help others to save memory / remove...

We were informed that good practice is to replace global bool variables with mutexes. Groups consumes less resources than mutexes.

> Is there any plan to merge this fix into official release anytime soon? We need flexible arrays behaving exactly like in C language. Hi, if you are interested. All...

struct definition ``` struct B { uint16_t a; }; struct A { struct B b[2]; }; B.a = 5 A.b=[5,5] //A.b[0].a=5;A.b[1].a=5; ``` json example for B: ``` { "B": {...

Yes. I found out that issue is this //} comment. I created pull request for you.

I just found this #3 . I understand the solution, but this is impact every embedded developer and for simplifying parsing process would be great to somehow simplified usage of...

Thank you very much

Do you have a release date for next release? We need to know for making decission for releasing our app.

This is great. Thank you. Maybe you will find some thoughts for new version. i wanted support also this type of declaration (struct inside struct): ``` struct A{ struct {...