s-hadinger
s-hadinger
Thanks for the PR, but I find the syntax very cryptic, especially if the decoding of the command depends on value of Pixels. Please provide a more explicit and non-ambiguous...
Thanks, yes we assume en_US. I'm ok with most changes except: - "filesystem" instead of "Filesystem" - I don't understand why you capitalized it - "Zigbee" instead of "ZigBee" -...
Yes, capitalization in titles is common, but I prefer to keep it lowercase in text.
Thanks
I'm afraid it would be a huge breaking change. What about the math version: `[0..5]` for `[0,1,2,3,4,5]` and `[0..5[` for `[0,1,2,3,4]` (if the syntax is possible) The other option would...
Revisiting some old issues. Are you still in favor of this syntax for excluded last value?
My main concern is still with loops. The majority of the loops in my code is the following: ``` var l # populate l for idx: 0..size(l)-1 # do something...
I think that the doc is wrong, probably some old implementation. Actually an iterator is just a **function** that returns the next value each time you call it and raises...
I have no idea. I believe you need to add some debug/logging code to understand what is happening
It depends on what you are looking for. Berry's primary goal is to consume as little memory as possible to run on embedded system, and having a small code footprint...