Jeff Epler
Jeff Epler
It appears that specialty operations, such as using g64conv to convert the second side of a flippy disk from a two-sided .scp of the disk taken from the top side,...
In https://github.com/adafruit/circuitpython/issues/3409, @riffnshred requests the ability to control brightness: > Hey guys, Sorry if this as been discussed already but I can't find anything using google and search on here....
We merged #14 though there is some doubt as to whether _PM_timerFreq is right for CircuitPython / STM32. Investigate and ensure that the value is correct, possibly by making the...
Please see https://evil32.com/ (note: site will not damage your computer :-P) for why it is important to begin using key IDs bigger than 32 bits. I notice that in documentation...
I noticed that in adafruit_datetime, the pre-commit check could take a long time, especially for the "tests" step. Furthermore, all 4 of my CPU cores were active. I believe this...
It's great to have type information, but it's not so great if nothing is verifying it. Let's run mypy during CI, and preferably during pre-commit so that we're aware of...
Add advanced source transformations to reduce type checking overhead The new 'munge' module performs transformations on the source code. It uses the AST (abstract syntax tree) representation of Python code...
@kattni noticed that is31f73741 didn't list adafruit_register (or indeed adafruit_bus_device) in its requirements.txt, leading to incorrect bundlefly, folder images, etc. While we'll correct the problem, is there a way to...
I have a card marked "SAMSUNG EVO 64" with the Micro SD XC logo. adafruit_sdcard detects its capacity as 57933824 512-byte blocks (0x3740000 blocks); other systems detect it as 125042688...
In CircuitPython we plan to update the version of macos used to build mpy-cross, as macos 11 runners are deprecated and due for removal. At the same time, we renamed...