Victor LEFEBVRE

Results 49 issues of Victor LEFEBVRE

currently ```yml plugins: echo: cmd: /bin/echo args: - foo ``` gives ```sh  zsh ❯ gomplate -i '{{ echo }}' foo  zsh ❯ gomplate -i '{{ echo "toto" }}'...

Is it possible to generate a schema file for the config file ? That way IDEs can make suggestions, check properties, document etc... I didn't find any "real" yaml schema...

Currently the `pbkdf2` crate only supports the PHC String Format, the default used by the `password-hash` crate. Ideally it would additionally support MCF.

PR implementing: https://github.com/coreos/butane/pull/631#issuecomment-3529809716 in order to fix the circular dependency of #631. From @prestist > ### New Structure: > ``` > translate/ ← NEW: Top-level package > interface.go ← Define...

_Again, got caught off guard by GH defaulting to PRs on the original repo not the forked one_ --- This PR implements one of the idea proposed in #118 (stale...

_Well, this PR was opened much earlier than intended due to my mistake; I accidentally opened it against the source repo instead of my fork 😓._ This PR proposes a...

It sounds really obvious and dumb but I wanted to check if `rust-script` requires you to have installed `cargo` (`rust-script` doesn't bundle it), which it unsurprisingly does. I may have...

Downgrading to `asdf-vm/actions/[email protected]` fixes the issue. ```yml jobs: install: name: Test install latest strategy: fail-fast: false matrix: include: - os: ubuntu-latest - os: ubuntu-latest container: alpine:latest - os: macos-latest runs-on:...

I'd like the role to be able to assert (or overwrite) existing authorized keys to only allow the one I'm passing it to.