Max
Max
In the linked eevblogs post[1], the poster found a digikey partnumber(H122178CT-ND) of a fitting female connector, with a minimum order quantity of 1. Maybe add that to the README, so...
As far as I can see, there is no support for bluetooth, but the ESP32 has bluetooth, and the esp-idf supports it as well, so it should be doable without...
The SHA1 algorithm is deprecated and broken. Replacing it with SHA2 or SHA3 should do the trick. Also, it could be useful to expose more cryptographic functions, such as symmetric...
The WebSocketHandler's :open() does not seem to support URL matching, like the web.RequestHandler does. I'm writing an application that generates a token on an login page and also uses WebSockets...
The static file handler does not support the HTTP range header. This would be useful for large downloads or streaming.
Some kind of (optional) encryption for files and filenames would be good, as I don't really want to store unencrypted data on google drive.
**Describe the bug** Waydroid doesn't start, shows "Segmentation fault" message. (`waydroid container start` and `waydroid show-full-ui`) **General information** - Waydroid tools Version: 1.2.1 - Waydroid Images Version: lineage-17.1-20220514-VANILLA **Smartphone** -...
It seems like the Emulator is missing Librarys. I tried to run my App, and it complains about the missing wifi module(using the network module seems to work though), and...
Listing the examples in the wiki and separating them into a folder would aid beginners. Also, is this project still alive?
Add -s flag to //stack WorldEdit command to shift the selection to the target location. This makes repeated stacking way more convenient, and further increases WorldEdit parity. I've done some...