Michael Perlov
Michael Perlov
> One additional limitation is that on Linux, supporting non-standard baud rates is a bit messy I wrote a simple Qt based serial terminal, and there is no problem to...
Kick does not help. I'm able to send message to chat with the curl: curl 'https://api.telegram.org/bot$bot_key/sendMessage?chat_id=$chatid&text=Hello!' But script always returns mentioned message. Command line: /usr/share/zabbix/alertscripts/zbxtg.py --group "$chatid" "Test message" "Hello"...
Yep, there are no miracles. So I did some debug. 1. Mentioning a bot, that is in privacy mode, in group chat will not appear in getUpdates data. You need...
https://core.telegram.org/bots#privacy-mode At least for now, bots by default are in privacy mode, so mentioning a bot (sending @BotName) in a group for some reason will not be reflected in getUpdates...
When using **?u** with an array containing **false** value, the value becomes empty string on insert. e.g. ``` $post = []; $post['myvalue'] = false; $db->query('INSERT INTO ?n SET ?u', $table,...
Thanks, i just wondered if it's so by design, int is ok for me )
Maybe it could be implemented in metrics, like "Show disabled items" one?
> GyverCore на platformio не встаёт :( Встает, но надо порядком телодвижений сделать. По крайней мере на linux в консольной platformio. На ~~VSCode~~ говнокоде может и не взлететь. ``` Compiling...
Maybe it will be more simple to run daemon as root and provide control interface for users? Like wpa_supplicant does?
@XRay3D good try, but now it depends on some third-party tool (cqtdeployer) to compile.