Paul Cutler

Results 15 comments of Paul Cutler

I think this can be closed - the community bundle library is here: https://github.com/adafruit/CircuitPython_Community_Bundle/blob/main/circuitpython_community_library_list.md and it is linked from the Awesome List

I don't know Flask personally, but I'd be happy to partner or assist someone if they are interested in working on a Web tutorial for Flask.

I was thinking of helping write this, but I don't know all the history. Do you see this being included in this page: https://codewith.mu/en/howto/1.1/install_windows If so, what if I was...

This is fixed in this PR: https://github.com/mu-editor/mu-editor.github.io/pull/78

> I figured out the import, fix code and import again flow :) thanks. I used tio and its really powerful and will use it. Mind telling me which IDE...

Update after testing this afternoon with Tyeth and @justmobilize (who asked to be tagged). CircuitPython version: absolute latest - adafruit-circuitpython-pyportal_titano-en_US-20240518-main-PR9247-e0f745c.uf2 Nina firmware version: 1.7.7 The bug according to Justin is...

Thank you for the reminder to add my code. Here it is with the display stuff uncommented out. It appears to be working, though it does crash from time to...

It was a generic MQTT error like yesterday, so it's probably memory problems. Of course it's running perfectly for the last 15 minutes while I wait for something to happen....

I replaced lines 978-982 in `adafruit_minimqtt.py` per Justin with: ```py except OSError as error: print(f"OSError on _wait_for_msg: {error.errno}") if error.errno in (errno.ETIMEDOUT, errno.EAGAIN, "timed out"): # raised by a socket...

Resolved with the latest ESPI32 and MiniMQTT changes.