Per Tillisch
Per Tillisch
It is odd that I don't find information about it in the PlatformIO documentation, but here is an example where the CEO of PlatformIO requested a tag creation in a...
Here's the problem: https://github.com/digistump/DigistumpArduino/blob/master/digistump-avr/cores/tiny/Print.h#L74 ```c++ virtual void write(const char *str); ``` and also: https://github.com/digistump/DigistumpArduino/blob/master/digistump-avr/cores/tiny/Print.h#L75 ```c++ virtual void write(const uint8_t *buffer, size_t size); ``` so the problem is the `digistump-avr:tiny` core's...
Parallel issue report for the classic Arduino IDE: https://github.com/arduino/Arduino/issues/3383
Thanks @aliphys. I also noticed this behavior, and wondered whether it might be the cause of the reports like https://github.com/arduino/arduino-ide/issues/1163. I was not able to reproduce https://github.com/arduino/arduino-ide/issues/1163 by doing an...
Thanks @NormanDunbar! In order to collect relevant information in one place, I'll share a couple of links to some previous suggestions from the Arduino Forum: - From @bperrybap - https://forum.arduino.cc/t/2-0-0-beta-3-doesnt-work-on-linux-mint-17-3-mate/699073/3...
Although the requested functionality is still not available when using the ZIP format Arduino IDE for Linux, it is now provided by the newly added (https://github.com/arduino/arduino-ide/pull/846) [AppImage format](https://appimage.org/) package of...
Hi @Defragster. Thanks for your report. > ```text > Error: EISDIR: illegal operation on a directory, realpath 'R:\Temp' > ``` Is there anything special about this `R:\` drive? I see...
>'related'? It was determined to be completely unrelated after further investigation of https://github.com/arduino/arduino-ide/pull/1130. The `[35360:0905/170148.791:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is` error seems to be innocuous and...
Please post the full output you get in PowerShell when it is not run as admin (AKA "elevated").
Thanks @InstantMuffin! My recommended solution is to set up an automated link check system using the excellent [**markdown-link-check** tool](https://github.com/tcort/markdown-link-check), as is the standard in Arduino tooling projects. We have a...