Per Tillisch

Results 1081 comments of Per Tillisch

I haven't seen evidence so far that this is causing problems for a significant number of users. I have been recording reports in my notes and I will transfer that...

One thing to consider is that the target user of Arduino CLI is different from the target user of Arduino IDE. Although I'm a big fan of always enabling and...

>Does arduino-cli have a completely separate configuration from the IDE? Yes. Arduino IDE always specifies the warning level in the compile request. That warning level is set according to the...

Thanks for your report @jfjlaros. This is a bug in [Arduino CLI](https://arduino.github.io/arduino-cli/dev/) (which is used by Arduino IDE 1.x, Arduino IDE 2.x, and Arduino Cloud). You can see the problem...

For reference, here is the way the "relaxed semver" to compliant semver conversion is done when parsing the library metadata for adding releases to [the Library Manager index](http://[downloads.arduino.cc/libraries/library_index.json](http://downloads.arduino.cc/libraries/library_index.json)) that is...

> had the simple chose board... in drop down list. Do you mean the "❌ **No board selected**" like this? ![image](https://user-images.githubusercontent.com/8572152/179417364-d85c3f18-93ec-43c6-8216-3d7e33568932.png) I gave it a try but I only got...

OK, I am able to reproduce it now. I was using a slightly outdated version of the IDE before. This was a regression introduced by https://github.com/arduino/arduino-ide/commit/73835eced3bda7657308bf582bd5e5690d73879a. The menu item text...

I determined this is a bug in the Arduino CLI codebase, so I have moved the issue to the appropriate repository. I bisected the issue to a5466d017f7767226b090ed9d3e0b8a74617e0da In case it...

This also occurs when using `arduino-cli sketch archive` via the command line: ```text $ arduino-cli version arduino-cli.exe Version: nightly-20220331 Commit: 38ebf64 Date: 2022-03-31T01:34:02Z $ arduino-cli sketch archive $ arduino-cli sketch...

There is a similar request at https://github.com/arduino/arduino-cli/issues/1257 However, this request is different in that the other is about supporting organization of libraries into arbitrary folder structures, which would be searched...