hyan
hyan
Arduino IDE -> tool -> ESP32 sketch data upload, got the error ``` A fatal error occurred: This chip is ESP32-S3 not ESP32. Wrong --chip argument? ``` I guess it's...
Hi, I am learning gRPC and I find vector-python-sdk a great example using gRPC. grpcio/aiogrpc supports cancellation for sync/async client, https://github.com/grpc/grpc/tree/master/examples/python/cancellation , Is there any consideration preferring CancelActionByIdTagRequest over the...
### What were you trying to do? hard reset and back into micropython REPL ### What steps did you take to trigger the issue? just press reset button on a...
I see a sample_wait parameter for the father class of distancesensor,I recommend adding it to the distancesensor constructor
jsQR is one of very few qrcode readers I can find online in javascritpt, and it works very well. but when detecting qrcode from non-90-degree-angle, the image became distorted, and...
To test the basic usage of [websockets](https://pypi.org/project/websockets/), I want to start a server and test the return string from client, I think server and client should be in separate thread....
If I have a main.py file in which a while-loop runs forever, then I can not issue the ampy command. I don't think this is a bug, but I will...
What if the computer that Leap Motion is plugged in is not the same computer that leapjs runs on, how to connect?
### LVGL version v9.0.0 ### What happened? related: https://github.com/lvgl/lvgl/issues/3093 Enabling `LV_USE_FLOAT` stops my arc from animating, can you please varify? Other issues: * I enable `LV_USE_FLOAT` macro only to print...