Dan Halbert
Dan Halbert
The CI for PR pushes runs all the tests, though it need not if the only things that have changed are unrelated. For instance, changing Python files should not need...
A number of examples here have code like: ```python try: # something that might fail except: return # or pass or something like that ``` Sometimes there's good reason for...
`Hallowing_Lightsaber/lightsaber_unicorn.py` uses the `NeoPixel.order` attribute, which no longer exists. @kattni @jedgarpark Is there a suitable substitute for this animation from the animation library that would run on the Hallowing M0?...
``` arduino-cli lib install "lvgl (=8.2.0)" > /dev/null attempt 1 failed, 2 retry left attempt 2 failed, 1 retry left attempt 3 failed, 0 retry left FAILED to install dependency...
https://forum.arduino.cc/t/why-i-cant-find-the-arduino-tensorflowlite-library-in-library-management/1044070 This is causing CI errors: Error installing Arduino_TensorFlowLite: Library '[email protected]' not found
While reading through the SAMD21 errata, for Device Variant A, Die Revision D, which I think is what we use, found this erratum (page 897 in ATSAMD21-40001882A.pdf) > **40.1.4.10 I2S**...
I just used the latest cookiecutter to start on a library, and noticed the copyright lines include both the 2017 copyright and the generated one:, e.g.: ``` # SPDX-FileCopyrightText: 2017...
I installed circup 1.8.0 in a venv with Python 3.12.3 on Ubuntu 24.04. A ~~Two~~ problem arose: 1. circup expects `setuptools` to be installed because it uses `pkg_resources`. `pkg_resources` is...
Motivated by #143. I do not understand the current state of Python package management well enough to decide what to do here, but: - #143 suggests adding `setuptools` to circup's...