Vojtěch Káně

Results 8 comments of Vojtěch Káně

I have used rclone recently to upload some files to Drive and `drive.file` worked fine for me – rclone was unable to see other files stored in my Drive but...

Ah, I see, i forgot about it. However, PHP 7.1 is [EOL](https://www.php.net/supported-versions.php). Would't it be just fine to raise the minimal supported PHP version and then type hint?

I suspect this is related to the fact that all files in nix store have the creation date of `0` (the UNIX timestamp for 1.1.1970). I don't know anything about...

The files don't know about each other, it's just a hidden deduplication down there. No data or metadata changes propagate in either direction, so should the last modified date get...

I think a much more future-proof, clean and safe (with respect to various kinds of injections when running commands on untrusted hosts) way is to use a proper serialization (JSON/XML)...

This is already implemented, have a look at https://docs.pyinfra.com/en/2.x/using-operations.html#operation-changes-output

For your particular example, you can write a custom Fact that checks whether a snap package is installed and only run `snap install` if needed.

You are right, if the control flow is a part of the top-level file, the skipped operations won't show up. You can however wrap it in a simple operation just...