Per Tillisch

Results 362 issues of Per Tillisch

### Describe the problem 🐛 The first time a board is selected, its programmers are cached by the IDE. After that, changes to [the `programmers.txt` configuration file of the boards...

topic: code
type: imperfection

The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is...

arduino-mavlink no longer compiles with recent versions of the Arduino IDE for multiple reasons. This pull request resolves these issues. - Fix iincorrect FastSerial library include order. - Use correct...

The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is...

Specifying the library dependencies in the `depends` field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of...

The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is...

### Bug Description: Attempting to open a folder from a [network share](https://support.microsoft.com/en-us/windows/file-sharing-over-a-network-in-windows-b58704b2-f53a-4b82-7bc1-80f9994725bf) fails silently. ### Steps to Reproduce: #### Set up Create a network share: 1. Create two nested folders...

help wanted
filesystem

The Arduino IDE requires the sketch folder name to match the filename of the primary sketch file. This change causes the example sketch to be accessible via the Arduino IDE's...

Each field of keywords.txt is separated by a single true tab. When you use multiple tabs it causes the field to be interpreted as empty. On Arduino IDE 1.6.5 and...

From the Arduino Sketch Specification: https://arduino.github.io/arduino-cli/dev/sketch-specification/#sketch-folders-and-files > The sketch root folder name and code file names must start with a basic letter (A-Z or a-z) or number (0-9), followed >...