Results 5 issues of Martin

I tried to run shedskin with Python 2, and made a simple hello world file, it worked fine. When trying to run a more complex program (where the only import...

In this PR I've: - added a `--save` option as per #2849 - implemented it for both `nvm use` and `nvm install` (which actually just carries over the option) -...

This is slightly random but I was working on an [ESP-IDF](https://github.com/espressif/esp-idf/) project with this library, and to use it you have to clone it as a submodule and add a...

I'm trying to get [arduino-esp32](https://github.com/espressif/arduino-esp32/) to compile using the [esp32-led-blink-sdk](https://github.com/apple/swift-embedded-examples/tree/main/esp32-led-blink-sdk) example as a template, which would be amazing if it worked. I'm pretty sure it shouldn't be super difficult given...

Adds two esp32 example projects using the [espressif/arduino-esp32](https://github.com/espressif/arduino-esp32/) library to demonstrate Wi-Fi scanning and a simple LED blink example I've also mentioned this in the [READMEs](https://github.com/maartin0/swift-embedded-examples/blob/arduino-pr/arduino-esp32-wifi-scan-sdk/README.md#requirements): note that these examples...