Per Tillisch

Results 1081 comments of Per Tillisch

>I am using version 1.2.9 @misterjtc there is no such version so you must be using one of the forks of the repository. Uninstall that version and then install the...

From @dsssssssss9's Arduino Forum thread on the subject: >>```text >>Warning: terminator_CreateInstance: Failed to CreateInstance in ICD 3. Skipping ICD. >>``` > >ICD is the acronym for "[installable client driver](https://en.wikipedia.org/wiki/OpenCL#:~:text=at%20runtime.%20An-,installable%20client%20driver,-%28ICD%29%20must%20be)". This...

> The best thing would be to make the decoder into a standalone application instead of an Arduino IDE tool You can find several standalone exception decoder tools listed in...

> Application notarization for macOS requires a membership in the Apple Developer Program. I have a membership that I plan to keep active for the foreseeable future. I am happy...

> ```go > require.True(t, s.IsClean()) >``` >Go-git wrongly considering keywords.txt file to be locally modified. This is tracked at https://github.com/go-git/go-git/issues/771

Hi @Gitshaoxiang. I am confirming your request. Unlike submissions, this type of request is still handled manually. The Library Manager index maintainer occasionally comes through to clear all the outstanding...

>the [docs](https://python-poetry.org/docs/basic-usage/#operating-modes) which specifically say they aren't required in non-package mode I see: https://github.com/python-poetry/poetry/blob/01955bbf46176a701da719c970ae8084951efa8a/docs/basic-usage.md?plain=1#L107-L114 It is correctly specified in https://python-poetry.org/docs/pyproject (https://github.com/python-poetry/poetry/pull/10033), but the same adjustment needs to be made in...

>The docs are correct. In non-package mode, those fields are optional - in the tool.poetry section The docs would be correct if they specified the "in the `tool.poetry` section" part,...

Hi @thomascenni. Thanks for your report. We will try to look into adjusting the code to handle this when we have time. Until then, you should shorten the FQBN as...

Unfortunately there isn't any support for using the action with the sketch project file. We are tracking the request for adding such support here: https://github.com/arduino/compile-sketches/issues/248