Per Tillisch
Per Tillisch
>Will this PR cause any issues with IDE 1.8.x? No. Here are some successful compilations for a board of the patched version of MegaCoreX with Arduino IDE 1.8.19: No spaces...
You are welcome. >this affects my other cores as well? That is correct. It also affects the @SpenceKonde cores. Would you like me to submit the same fix for the...
>everywhere I do cmd /C in platform.txt followed by a quoted string, I need to change that to `cmd /C echo. &&` - correct? That is correct. Even though the...
Hi @mm108. Thanks for bringing this detection to our attention. I have notified Arduino's security team of your report.
@datenheim let me make sure I understand a couple of things: When you say "board-manager", do you mean the contents of the **Tools > Board** menu? Boards Manager is something...
The **Tools > Board** component of this request was fixed by https://github.com/arduino/Arduino/pull/9238 (thanks Matthijs!). The **Sketch > Include Library** component remains. There was also a previous request for **Tools >...
Hi @duncan-bayne. Thanks for your report. The `github.com/arduino/arduino-cli/i18n.getLocaleIdentifier` function is defined in files which have [build constraints](https://pkg.go.dev/cmd/go#hdr-Build_constraints) via the file name suffix for the following operating systems: - **macOS**: https://github.com/arduino/arduino-cli/blob/aa41d72ee6fd422980a2ba43310c269bf0ae2e1f/i18n/detect_darwin.go...
Thanks for the report @butor32! I was able to reproduce the issue directly via [the Arduino CLI gRPC interface](https://arduino.github.io/arduino-cli/dev/rpc/settings/) (using the excellent [grpcurl](https://github.com/fullstorydev/grpcurl) tool), so I have now transferred this...
Thanks to the [recently added enhanced logging capabilities](https://github.com/arduino/arduino-ide/pull/1065) of Arduino IDE 2.x, I can now see that my use of `cc.arduino.cli.settings.v1.SettingsService.SetValue` in the previous demo was incorrect because Arduino IDE...
If I understand the request correctly, we now have this feature, but only for Arduino IDE: https://arduino.github.io/arduino-cli/latest/platform-specification/#global-platformtxt