Per Tillisch

Results 1081 comments of Per Tillisch

@TridentTD you need to provide a detailed explanation of what you're requesting. As is, this issue report is too vague to be useful. The Arduino IDE currently supports 3 different...

Since we still haven't heard back from @TridentTD and there's not enough information for their original issue report to be used, I'll make this issue about lmihalkovic's feature request instead.

Other thing that should be documented(assuming it's the intended behavior) is that Burn Bootloader uses the platform.txt of the selected board but Upload Using Programmer uses the platform.txt of the...

Hi @NormanDunbar. I know it's been a long time, but I have now submitted a pull request to fully document the programmers system of Arduino boards platforms. It's here: https://github.com/arduino/arduino-cli/pull/925...

I have [the `crashreport` key set to `true` in my configuration file](https://github.com/arduino/arduino-create-agent/wiki/How-to-use-crash-report-functionality). This log file was produced when the fault occurred on my system: ```text Failed to write to log,...

I haven't experienced it since https://github.com/arduino/arduino-create-agent/pull/897 I have been monitoring the forum for user reports of this problem and the last one I saw was 2024-02-17, which matches well with...

Hi @fabik111. Thanks for your pull request. Please disregard the failed spell check. This is a spurious failure caused by bit rot in the antiquated infrastructure used for that check,...

I think it is the correct approach. Without it, the IDE would have to force a "Save As" operation on the users with "Auto save" enabled whenever they wanted to...

>you don't have to do a save as to make temporary changes I see now that Arduino IDE 1.x gives example sketches special treatment by disabling the "**Save when verifying...