Dan Halbert

Results 229 comments of Dan Halbert

May be of interest to the MicroPython folks: Earlier this week we CircuitPython folks discussed internally what to do about the E9 workaround. Without adding additional API specifically to support...

I don't think this is actually a bug, since it's something not under WS's control. And CircuitPython doesn't disturb the drive name in case the user has deliberately renamed it.

Which board are you using this with, and which version of CircuitPython?

You are getting emails because you are the `GITHUB_ACTOR` for the cron job: https://github.com/adafruit/Adafruit_Learning_System_Guides/actions/runs/19533014790/job/55920314667#step:2:184. See line 184. We need to change who's initiating the cron jobs. I'll try to figure...

> https://github.com/orgs/community/discussions/25067 Ha! Notice I personally am in that thread -- not our first rodeo on this problem: https://github.com/orgs/community/discussions/25067#discussioncomment-7061180

It looks like the storage is allocated in the constructor and deallocated in the destructor. Are you constructing/destructing over and over again, or just once and your ran out of...

Also noted in https://forums.adafruit.com/viewtopic.php?t=221085. We have two different moon phase clocks: https://github.com/adafruit/Adafruit_Learning_System_Guides/tree/main/Matrix_Portal/Matrix_Portal_Moon_Clock https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/QT_Py/NeoPixel_Moon_Phase_Clock They are using different API's for the moon phase. #3143 proposed a computational approach that does not...

If this is a cert error then you can use a more recent list of root certs by updating the firmware on the AirLift processor on the Matirx Portal M4:...

HTTP 509 errors are "Bandwith Limit Exceeded".

> I am using CircuitPython v10.0.3 btw. Which board are you using?