Ben Nuttall

Results 96 issues of 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).

suggestion
documentation

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...

suggestion
new device

Let's add an option to rotate `pinout` by 180 degrees.

suggestion
good first issue

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...

help wanted
suggestion
new device

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...

help wanted
new device

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...

enhancement

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 ![Screenshot from 2022-05-06 14-52-50](https://user-images.githubusercontent.com/1609725/167146765-25c9e2d0-2d52-4eeb-8288-e46d9c78af05.png)

bug

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...

enhancement

Would be nice if we could run a command to build a specific package/version on request from the CLI on a builder

enhancement