Philip Howard
Philip Howard
Note: I've got independent confirmation that the 6.6 -> 6.8 Kernel transition does indeed change the subsystem of these nodes from "platform" to "serial-base" which, afaik, is a bug in...
> The output from that second script on 6.8 is exactly the same as the previous output I pasted here. On 6.6, it is also the same except `platform` is...
Potentially, but I don't have one yet! 🫠It's possible this would already work: https://github.com/Gadgetoid/pi400kb/pull/41
> I wonder if my issue is due to a power problem It's been a long, long time since I tinkered with any of this, but is it possible you...
> Thank you! I did do that (to be precise, /boot/firmware/config.txt, its new location) Good point, I've only updated this over dozens of python lib installers 😆 I should have...
The following should be valid syntax in CPython / MicroPython - ```python test = "Hello" \ "World" \ "How" \ "Are" \ "You?" test = ( "Hello" "World" ) ```...
I love this as a concept and totally see where it would be useful - ignoring the implementation details your proposal as laid out seems pretty reasonable. Over on the...
Regarding the format, MicroPython have a simple, linear filesystem that can be memory mapped in the works here - https://github.com/micropython/micropython/pull/8381 They also have a `mpremote deploy-mapfs ` which packs up...
me: nothing will break it’s all fine! my code: breaks. I think we probably have a few instances of this class of bug to sweep up. No doubt needs to...
I wonder if it's worth porting https://github.com/lowfatcode/pretty-poly and https://github.com/lowfatcode/alright-fonts or a little ambitious.