sekarpdkt
sekarpdkt
Hi Can you add another option to periodically upload to a custom URL thru http post? Similarly, I want to log every 10m or 5sec, but 1. Send custom notification...
I added an extension to allow user to configure various SSID list. If you are ok, will raise a PR. Basically, /wifi will bring the attached screenshot (page) and we...
Hi I am aware that dynamic plugin based on operator is not supported. So, tried to find a solution. Here is the jsfiddle. https://jsfiddle.net/fLqc547j/1/ What is working: 1. It is...
Is there a way make select (standard and select2 plugin) by default multiple as false, but when operator is selected as in or no_in, make it as multiple. In the...
I am getting following error. ``` $docker-compose build Building alpineglibc Step 1/4 : FROM alpine:3.9 3.9: Pulling from library/alpine Digest: sha256:28ef97b8686a0b5399129e9b763d5b7e5ff03576aa5580d6f4182a49c5fe1913 Status: Downloaded newer image for alpine:3.9 ---> 660030ffd296 Step...
### Board All ESP32 modules ### Device Description ESP-WROOM-32 ### Hardware Configuration Issue with enabling NAPT ### Version v2.0.2 ### IDE Name Arduino IDE ### Operating System UBUNTU ### Flash...
Does it support sub query and table alias? ``` select f.col1 A, f.col2 B, s.colx C from foo f, ( select colx from bar where colx=123) s where f.colx=s.colx ```
Hi I am able to used redis cluster. Step 1: Store cluster nodes as an array in a variable like ``` config.TELEGRAM_SESSION_REDIS_CLUSTER_DETAILS=[ { port: 7000, host: "192.168.1.17" }, { port:...
Hi I tried to save the trained dictionary and reload it. It is not working. Do you have any idea how to do it? What I tried. To save the...