Results 30 issues of foamyguy

This fixes issue #9 in the sixkey `main.py` code. I will work on adding the same fix to the other versions in the next few days.

There are missing type annotations for some functions in this library. The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to...

documentation
good first issue
Hacktoberfest

There are missing type annotations for some functions in this library. The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to...

good first issue
Hacktoberfest
documentation

There are missing type annotations for some functions in this library. The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to...

documentation
good first issue

The images.yml file has a scheduled task that runs once per day to generate the folder images for all example code from the libraries in the bundle. https://github.com/adafruit/Adafruit_CircuitPython_Bundle/blob/62906dc5e598ebb7dc37c529d681acdd104901ee/.github/workflows/images.yml#L7-L10 It seems...

counts down 3...2....1 but 1 remains on the screen and the recording doesn't begin. A short while later it pops up force close / wait dialog Peek: 1.5.1 GTK: 3.24.30...

This gets flagged by the Adabot check for 'CircuitPython drivers page missing driver' `drivers.rst` has links to the seperated repo docs, but needs to be udpated to the newer combined...

documentation

During 'in the weeds' discussion of the 8/28 meeting the idea was proposed to add board specific simpletest scripts. these would be added inside the core repo in the board...

This would resolve: #3 These changes allow the project to work under more modern systems and library versions. I also noticed that `-l` is missing from the readme, so I...

There are missing type annotations for some functions in this library. The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to...

documentation
Hacktoberfest