Ricardo Pereira
Ricardo Pereira
Hello, When I startup this app I see a lot of verbose logs that I not want based on my **configuration file**: ```json { "version": 2, "remoteDnsServers": [ "1.1.1.1", "1.0.0.1",...
Related with Issue #143 Compile App as static binary without dependencies to use a `scratch` image and shrink the new containers at minimum. In my tests I have 10,5MB containers....
Hello, Please, consider using [simdjson](https://github.com/minio/simdjson-go) as default decoder because the parse times are impresive. About 50% less time to parse the "189MB-JSON-Document" for the `simdjson-go` version. ``` gojsonq - 3.919751905s...
Hello, Consider avoid the use of **GLOB_BRACE**: `Note: The GLOB_BRACE flag is not available on some non GNU systems, like Solaris.` https://www.php.net/manual/en/function.glob.php In some OS, containers and in some conditions...