Rick Bartlett
Rick Bartlett
Two questions... Have you tried opening up the solution and projects in VS 2019? Can plugins/components be developed in c#. Not worried about runtime errors because c# project cannot even...
Have the feature branches been reviewed and ready to be merged? The logging feature looks like it would be helpful. What is the purpose of the set_state feature? Thanks, Rick
Any idea what might be happening here. Running /blinky/sync (venv) fredrick@fredrick-Studio-XPS-435MT:~/Development/micropython/mqboard/blinky$ ./sync.sh --server mqtt.xxxxxxx.com --port 8883 --tls --prefix aiotcomqtt Target directory /lib ok sntp.py ok sysinfo.py ok logging.py ok board.py...
Sorry for the verbose post. While building cloned source (tag v1.12-tve2) it is failing with the below errors... fredrick@fredrick-Studio-XPS-435MT:~/Development/micropython/micropython-1.12-tve/ports/esp32$ make PORT_DIR=/home/fredrick/Development/micropython/micropython-1.12-tve/ports/esp32/ Use make V=1 or set BUILD_VERBOSE in your environment...
How best using your framework to serve static(js, css)etc files also with caching?
Seems I cannot use a pipe to fetch my image from api that requires jwt authentication. The "useHttpImgSrc" pipe adds bearer token to the request and sanitizes the image response....
Any thoughts on supporting text(txt)? I have a project that uses fixed length text. Nice work, thanks!!!