Amirreza Hamzavi
Amirreza Hamzavi
Does Openlitespeed support load balancing feature for websocket proxies?
I think it would be a good idea to make `micropython.mem_info(1)` yields table of heap utilisation in a specific format in a streaming manner. It could be used to analyise...
Does Micropython currently supports [ESP-IDF Flash Encryption](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/security/flash-encryption.html)? If yes is there any Micropython specific procedure to achieve that goal?
I'm trying to connect to a TCP socket server. My code works properly when the destination server is listening, but when my server goes down and is not running, `socket.connect()`...
### Is your feature request related to a problem? There's lack of a suitable async http client and server for [MicroPython](https://github.com/micropython/micropython). ### Describe the solution you'd like Aiohttp can be...
## Bug Report ### Capacitor Version ``` Installed Dependencies: @capacitor/android: not installed @capacitor/ios: not installed @capacitor/cli: 5.2.2 @capacitor/core: 5.2.2 ``` ### Platform(s) Web ### Current Behavior Setting `HttpOptions.readTimeout` and `HttpOptions.connectTimeout`...
## Plugin Request **Name**: Local IP Address **Package**: `@capacitor-community/local-ip-address` ### Platform(s) Android IOS ### Existing Solutions There's no solution yet for the purpose. ### Description This plugin can be used...
This PR adds ability to change halt state on DS1307 using `halt()` method.
Accept `auto` keyword as port in all commands and detect port automatically. This might need to iterate over serial ports and try them one by one.
Many file system events inspected by watchdog seems to be duplicate. As it effects on user experience these events must be detected and get ignored.