Tim

Results 16 comments of Tim

The nice thing here, and that is very personal, is that our hosting has a public facing PrivateBin. We can access the files, but not the PrivateBin. They cannot access...

At SWIS we use [this patch](https://bitbucket.org/!api/2.0/snippets/swisnl/eq6544/8165ad309e565699e0b1932c50f81d347ce5047f/files/6057.patch) for 100% of our projects since `2024-10-07` without any issues

In both cases it was an TLS/SSL error, but the deprecated warning remains. Following finding of https://github.com/ddev/ddev/issues/6861, the deprecation warning comes from the binary not starting with mariadb. And I...

Since 2018 (the licence change of Oracle) mysql-client is a wrapper/alias/... for mariadb-client For example the Alpine web interface shows this well: https://pkgs.alpinelinux.org/package/edge/main/x86/mysql-client There it requires mariadb-client, and provides no...

Got the same error All parameter expansions are effected, the rule has false positives ``` array=("1abc" "2def" "7xyz") echo "${array[0]//[0-9]/}" ``` here a proof of concept / test script where...

Found the regex where it goes wrong https://github.com/koalaman/shellcheck/blob/79e43c4550aaf50ebcced1c2b2852f1bd2533f6c/src/ShellCheck/Checks/ShellSupport.hs#L598