Aleksandr Matveev
Aleksandr Matveev
@serbanghita But there are more options: TV, DesktopMode, Watch, etc. So I must to check all of them and if they all are FALSE, mean that it's a desktop?
Looks like this happens because of "\dt" is failing with `database/sql` ```golang db, err := sql.Open("postgres", conf.DatabaseUrl) if err != nil { log.Fatal(err) } if _, err := db.Exec("\\dt"); err...
Same issue. Looking for ImageAnalyzer's ImageProxy.image to RGB conversion solution. Spent some days on this, still nothing..
Looks like some other metrics no longer collecting or showing incorrect zeros.   
I have related problem, but only when using syslog collection (see nginxinc/nginx-amplify-agent-priv#201) @alpi-ua @murali129 did you switch to syslog collection?