MisterDuval
MisterDuval
Isn't this a new restriction introduced in go 1.19? https://tip.golang.org/doc/go1.19#os-exec-path Looks like a bug like this one: https://github.com/syncthing/syncthing/issues/8499 I add to put a full path instead of a relative one....
Hi, It could be awesome to implement proxySQL Cluster in the proxysql.cnf: ``` proxysql_servers = ( { hostname="172.16.0.101" port=6032 weight=0 comment="proxysql1" }, { hostname="172.16.0.102" port=6032 weight=0 comment="proxysql2" } ) ```...
you could use this https://github.com/juliendb/NumberToString/blob/master/NumberToString.php as a start for dictionary
Hi, could you provide a Grafana dashboard with your metrics? Thanks for making this plugin greater!
I save password with password_hash if functions exists, for PHP
Hi! Could you please re-add the possibility to open a file editing in a real popup? It allows to open multiple files and compare them for example. Also to edit...
in order to query on custom statuses
Notice: Undefined index: jit in opcache.php on line 499 Notice: Trying to access array offset on value of type null in opcache.php on line 499 on PHP 7.4.33 / Windows
In Atera, I use output value to update a field, but if you already output data, it messes outputed value. The only solution was to redefine Write-Host `function Write-Host {...