Per Tillisch

Results 1081 comments of Per Tillisch

> I was referring to per1234's message a few up where he mentions e.g. #include "../../foo/src/foo.h" which itself wouldn't work either. I should clarify that when I mentioned `#include "../../foo/src/foo.h"`...

Thanks @dmalenic In case it will be useful to the developers, I'll provide a minimal demo of the bug: ``` $ arduino-cli version arduino-cli.exe Version: nightly-20220110 Commit: 60c1c98 Date: 2022-01-10T01:28:45Z...

There is some valuable related discussion here: https://github.com/arduino/arduino-builder/pull/301 Matthijs was kind enough to add a link to here on that end, but it seems the backtrack reference generated by GitHub...

Hi @IvarWithoutBones. Thanks for your report. What happens if you run this command from the command line? ```text /Users/ivv/Library/Arduino15/packages/builtin/tools/ctags/5.8-arduino11/ctags --help ``` --- I notice you have included the `--clean` flag...

Hi @weswitt. Thanks for your report. >Where does arduino-cli get the directory name from? It is the MD5 hash of the sketch path: https://github.com/arduino/arduino-cli/blob/0.29.0/arduino/sketch/sketch.go#L313-L323 > if i add "." at...

Does the fault still occur after you use the nightly build to run an `arduino-cli compile` followed by an `arduino-cli upload` command without a sketch name argument @weswitt?

@weswitt please post the output you get from running the `pwd` command from the terminal in the folder you are running the `arduino-cli` commands from. Is there anything special about...

>this is on windows so there is no pwd command Please, work with me here. Getting information from you is going really slowly. Which shell are you using? Windows PowerShell...

Hi @VladimirVecera. Is there anything special about your `Z:\` drive (e.g., a network drive, a RAM drive) or about any of the folders of the path of these three libraries...

Hi all. This discussion is getting off topic. The proposal is to support the filename `.ecrc.json` for the EditorConfig configuration file. If you have some original and valuable information to...