Patrick Decat

Results 266 comments of Patrick Decat

Perhaps [MISE_NOT_FOUND_AUTO_INSTALL](https://mise.jdx.dev/configuration.html#mise-not-found-auto-install-true) should be disabled by default for `mise upgrade` commands to avoid deadlocks during installation of packages that invoke themselves.

> The feature requested is to "prevent" automatic updates but notify when a new OTA version is available. Well, I originally meant to be able get notified of automatic updates,...

> There is no real use IMHO to just be notified about updates because then its too late - you merely know that your device is possibly behaving differently because...

Hi @kaidaguerre, no problem for the delay, been using my own fork until now :) Thanks! :tada:

The issue described in the PR description reproduces with HEAD of v0.23.x branch with FDW 1.11.3: ``` 2024-07-12 15:04:34.927 UTC [INFO] hub: goFdwReScanForeignScan, connection '', table 'aws_account' 2024-07-12 15:04:34.927 UTC...

Using strings on the official v1.11.3 build of FDW, I can verify that [my changes](https://github.com/turbot/steampipe/pull/4233/files#diff-e81394fdaeadb770c0aa49dd10043720a49ac5cd79c82dbae38d5d9310ad4120R329) are not included as this first command should have returned something: ``` # strings .steampipe/db/14.2.0/postgres/lib/postgresql/steampipe_postgres_fdw.so...

Maybe it is caused by the second Ctrl-C interrupting the first tar command [here](https://github.com/giuliomoro/checkinstall/blob/57ad1473bdfc5aadd2c921d6990e069809f442d4/checkinstall.in#L298): ``` echogn "Restoring overwritten files from backup..." cd ${TMP_DIR}/BACKUP files=$(ls -A) $TAR -cpf - $files |...

Hi @dimbleby, I know that option to output directly to a file, but as I need to post-process it to remove some dependencies which are provided by AWS Lambda python...

> Your particular sub-issue could also be solved by locking before exporting, which seems pretty reasonable. Indeed. Anyway, we do have checks to catch this in our CI.

One workaround ~that fits me~ is to put comment at the end of otherwise non empty lines, e.g.: ``` # tox-ini-fmt tox.ini --- tox.ini +++ tox.ini @@ -26,7 +26,7 @@...