Peter Hoddie
Peter Hoddie
One detail to consider: PWM is a limited resource on some hosts. The ESP32, for example, as a limited number of PWM channels. You probably don't want to silently use...
To be clear, i have no opinion on what j5e should incorporate. I do have some experience with network protocols on embedded devices, so i'm just responding to 'what is...
@dceejay – Thanks for taking a look. > Another fine edge case :-) ! It is where I live. ;) > Though actually it does open up some more questions.......
That all makes sense. I agree that the `"undefined"` behavior is just a bug, and it isn't that likely that someone is depending on the behavior. Changing the `null` behavior...
Complete agreed - this is obscure edge case! I ran into this while testing the implementation of the Change node for [Node-RED MCU Edition](https://github.com/phoddie/node-red-mcu). I was trying to make sure...
@hipsterbrown has done great work in creating xs-dev: - It automates the set-up and update of the Moddable SDK in the same way as the manual instructions. - It starts...
@jugglinmike - thank you for your detailed response like the idea of parameterizing the array length so the relevant tests can easily be tuned as needed. I'll work on generating...
@meganetaaan, thank you for trying out xs-dev. Great to hear that it is mostly working for you. > ...I did not know how to only run a specific phase of...
@HipsterBrown - any advice?
> The DIFF8 code is never used with a 0-argument. I dont mean binary 0, but the argument implying a zero-color-change - as a zero-color-difference is already encoded using a...