sommersoft

Results 5 issues of sommersoft

Addresses #7342 I dabbled on a solution for this, taking a few different approaches and settling on this one. This is a bit of a compromise with all the concerns...

Addresses item two for #1193. This will apply the `docsite_pr` label to pull requests that have been edited on GitHub, using the "Edit On GitHub" feature. Commits made via this...

Fixes #40 This is a bit of a simplistic approach, with just dumping both versions into the same template and acting on the conditional. It seemed easier to maintain, as...

We could expand the [`VERSIONS` dict](https://github.com/adafruit/circuitpython-build-tools/blob/master/circuitpython_build_tools/target_versions.py) to allow for optional inclusion of any pre-release libraries. Currently, 5.x has a BLE API change, with a corresponding BLE library update. The library...

Discovered in [#1234](https://github.com/adafruit/circuitpython/issues/1234). When files are in a package folder, but the `package_folder_prefix` doesn't match the package foldername, the files are bundled outside of the package folder.