Per Tillisch
Per Tillisch
Thanks for your report @yodapuces63. This is an upstream bug that originates in the "TextMate" grammar hosted here: https://github.com/jeff-hykin/better-cpp-syntax That grammar is used by the "C/C++ Language Basics" extension built-in...
I think it could be helpful to standardize across Arduino's JavaScript/TypeScript repositories. I recently investigated the creation of GitHub Actions workflow templates to run eslint on JavaScript and TypeScript projects...
@DanielRosenwasser did you intend to publish the production 5.8.3 release? It is unclear because there is no 5.8.3 Git tag in the repository for the release. This makes it difficult...
[GitHub releases](https://docs.github.com/en/github/administering-a-repository/releasing-projects-on-github/managing-releases-in-a-repository) and [Git tags](https://git-scm.com/docs/git-tag) are two separate things. You can push a Git tag via the automated release system, then later create a GitHub release for that Git tag.
>Our publisher very intentionally does not have permission to push tags (or anything else) to the repo. Fine, then you should instead change the procedure followed by the human who...
Take your own advice. It was you who introduced negativity with arbitrary thumbs downs.
Thanks for your pull request, and for taking the time to provide an update on the situation @HanzHager! I see that one of Arduino's developers also submitted a similar pull...
This has been fixed by https://github.com/me-no-dev/ESPAsyncWebServer/commit/17a8d442169f3ca8496b20ebd24bbc06f55d4a62 @fbell58 install the latest version of the library from this GitHub repository (make sure you don't install one of the forks which haven't pulled...
Hi @VOC-LINK. I guess you missed the news that Arduino IDE 1.x was replaced by a complete rewrite of the application 1.5 years ago: https://blog.arduino.cc/2022/09/14/its-here-please-welcome-arduino-ide-2-0/ This is the issue tracker...
From reading the comment from @Testato on this topic: http://forum.arduino.cc/index.php?topic=126160.msg1839705#msg1839705 it seems the solution is to change `mega.menu.cpu.atmega2560.bootloader.high_fuses=0xD8` to `mega.menu.cpu.atmega2560.bootloader.high_fuses=0xD9` in boards.txt which disables the Boot Reset vector(BOOTRST=1). I tried...