Per Tillisch
Per Tillisch
> I assume there is a rule to find non-commented, non-"key-value" formatted lines but this specific line would not have triggered it. Yes, PF002 check for invalid data format. It's...
This looks related to item (2): https://github.com/arduino/Arduino/pull/4573
Hi @adamchalmers. I am not able to reproduce the problem. However, this project use **Node.js** 12.x, so please use that version for development. I highly recommend the excellent **nvm** tool...
Hi @MatteoPologruto. Have you had a chance to take a look at the change I requested in my review? It would be nice to get this PR merged. If you...
It looks like the support for Ethernet on Portenta H7 is in progress, but no example as of yet: https://github.com/arduino-libraries/ArduinoIoTCloud/pull/328
The exact contents of the "**Problems**" view produced by the instructions above have changed since the time I wrote the issue (likely as a result of https://github.com/arduino/arduino-language-server/pull/92), but the instructions...
> is the repository accepting PRs? Yes. We have already received some high quality PRs which resulted in valuable contributions to the Arduino Language Server project. One thing that should...
Another example of this practice resulting in name collisions: https://github.com/arduino-libraries/ArduinoIoTCloud/issues/280
@Yeodohoon "PR" is an acronym for "Pull Request". You can learn more about that here: https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests
This is not really an IDE issue. It is true that the Arduino IDE 1.x installation comes with a copy of the DLL dependency, but as @cattledogGH reported at https://github.com/MCUdude/MegaCoreX/issues/156,...