Ben Nuttall
Ben Nuttall
I have some @samalder diagrams I can add, others will need creating especially (initially with fritzing is fine but Sam's are much better).
Similarly to #532, it would be cool if we added an internal device representing CPU core usage, and use them to provide an interesting and useful data source to a...
Let's add an option to rotate `pinout` by 180 degrees.
Here's an implementation using the `psutil` module: ```python from gpiozero import InternalDevice from psutil import cpu_percent class CPUUsage(InternalDevice): def __init__(self, min_usage=0, max_usage=100): self.min_usage = min_usage self.max_usage = max_usage @property def...
Currently we just inherit the `w1thermsensor` class from its own library, and alias a `value` property to return the temperature in Celsius. What do we need to do to provide...
It would be nice if we could provide dynamic badges for packages to show build status or latest version or something, giving people the chance to embed these buttons of...
At the time of writing, rapidfuzz had a version 2.1.1 which was included in the JSON, but didn't appear on the project page:
https://www.piwheels.org/project/tensorflow/ The Tensorflow page shows every build as "skipped" but some of them have successful builds with files 
It would be helpful if there was a field in the database for logging the reason for importing a wheel, so that it can be ascertained what the intention was...
Would be nice if we could run a command to build a specific package/version on request from the CLI on a builder