Denis Dowling
Denis Dowling
I have found the same problem running Ubuntu 22 with a Gnome desktop. I seems to be related to the Gnome file manager. I found a workaround as follows: ```...
Noticed the same behavior. Is this expected? Duplicate of https://github.com/bulldog2011/bigqueue/issues/5 . I am working on a forked fix for this at https://github.com/ddowling/bigqueue if anyone is interested in testing.
I am also seeing this issue this morning. Putting in some debug printing the issue appears to be due to CVE-2023032881 which is reporting a CWE or "CWE-noinfo". I added...
@bhamail I checked again this morning and the problem has fixed itself for Jake 3.0.0 and CVE-2023-31047. It seems over night the CWE-ID on this vulnerability was changed from "CWE-noinfo"...
The targets that cause a clash seem to be more dependant on the variant selected and this is controlled by set_board and should not really change on a per sketch...
Moving the `add_subdirectory()` calls out of the function definition works in my use-case. If we are concerned about importing build_sketch.cmake more than once the we could use `include_guard()` on the...
@massonal I just noticed another issue in `sketch_preprocess_sources.cmake`. If you have an _.ino_ file in a subdirectory the dependency fails. Everything is setup correctly but the filename without the flattened...