Felix Fontein

Results 2344 comments of Felix Fontein

Not sure what you expect from me, I'm not part of the core team.

I did a quick test of the vars setting API with `community.sops.load_vars`, and it worked fine. ```diff diff --git a/plugins/action/load_vars.py b/plugins/action/load_vars.py index 35087f4..5408624 100644 --- a/plugins/action/load_vars.py +++ b/plugins/action/load_vars.py @@ -103,8...

(Failing CI is unrelated.)

I've moved most changes to #11283 and will rebase this PR when that one is merged, so it only contains some of the ModuleHelper changes.

#1838 is a purely internal change that can't be used with the CLI. It can be used by other Go programs using SOPS as a library (which we don't officially...

No worries, take your time :) Note that I'll merge a PR (#10999) ~tomorrow that will format all code in the collection, and requires code to be formatted with the...

Please note that this PR now has a conflict since we reformatted all code in the collection (see #10999).

!component =plugins/modules/zpool.py

Would be glad if someone who understands the issue could review #11020.

It's likely Python 3.4+, but someone forgot to add newer data to the metadata. Since 1.14.0 is from 2023, it will likely support newer versions than 3.4. In any case,...