James Cameron
James Cameron
@MitchBradley, thanks. @Jos-Ven, what is your view on linear history vs merge commits?
Well said. We're not porting to Python 3 because we want to, but because we have no other way to benefit the users.
My gut feel is that it would be a big job, but possible. You would have to root out each global variable. If I were doing this, I would start...
And that's one of the reasons I chose PlatformIO; somebody else is dealing with the complexity of upstream changes, encouraged and supported by a large number of developers who use...
Sounds like forgot to fork.
@simplysabir we don't assign issues, but please feel free to make a pull request. You should have seen that said already in this issue. If you have seen somewhere that...
We support any number of pull requests. When working closely with others, and the changes are likely to be merged (as in this case because they are straightforward), it can...
Thanks. It's great that so many people are helping. If you are waiting for review, please take a moment to review one of the other pull requests on the same...
The PlatformIO build uses a smaller extend.c in platform/arduino not the one with the ESP-IDK build. You can either change the build, or move what you need across. C Forth...
`src/platform/arm-stm32f103/extend.c` has `gpio-open`. I'm not sure why the build is looking into `src/app`.