Alec Delaney

Results 16 issues of Alec Delaney

I made this originally for CircuitPython but since I didn't see one here, I figured I'd port it again for MicroPython! Sorry if it already exists and I didn't see...

Changes for migrating from `setup.py` to `pyproject.toml`. Changes include: - Migratation from `setup.py` to `pyproject.toml` - Remove `ez_setup.py` because `pyproject.toml` handles downloading build dependencies (`setuptools`) - Also therefore removes `ez_setup`...

Quick fix for the CI badge in the README

After the library migrations, it looks like this would be a good candidate for a `pyproject.toml` installation file as opposed to `setup.py`. I also thinks this would remove the need...

Updates to a new commit of adabot to allow for more specific errors regarding the RTD documentation failure. This will help with figuring out why adabot is having trouble, but...

Resubmitting the same changes (plus a minor few extra) from #145, with the idea I'll follow through on getting it to pass CI as necessary (though I can't see the...

Looking at the CI runs, it looks it's getting warnings regarding uploading release artifacts. Is this something that should be fixed or removed?

bug

The next big improvement after #2497 would be to have guide-targetted platform-specific CI. This would mean only modified or added projects would have CI run for them, only for the...

enhancement

Two CircuitPython examples use the `gamepadshift` module that will be removed in CircuitPython 8.0.0: - [JEPlayer_mpr3](https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/CircuitPython_JEplayer_mp3/code.py) - [PyGamer Improved Thermal camera](https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/PyGamer_Improved_Thermal_Camera/code.py) I can work on making changes to them to...