Stan Verschuuren

Results 4 issues of Stan Verschuuren

Compiler yabs about losing precision: ~/Arduino/libraries/MemoryFree/src/MemoryFree.cpp:44:7: error: cast from 'void*' to 'int' loses precision [-fpermissive] Using intptr_t type (as per C99 I believe) is recommended because it guarantees to hold...

Hi! I've been playing with `multiProcTCPBase` the entire evening for a project but I have the weirdest issue with it. It seems to be tracking state accross runs somehow. I...

The latest arduino-cli version ([0.14](https://github.com/arduino/arduino-cli/releases/tag/0.14.0)) no longer supports the '--dry-run' flag since 'Arduino CLI now defaults to the --dry-run behavior, so there is no longer any need for that flag...

enhancement
backend

Hey guys, I am running into an issue with the latest release. I can't update the dependencies without disabling some sphinx-dependencies. The culprit seems to be the `sphinxcontrib.applehelp` dependency. Maybe...