Hendrik Maus
Hendrik Maus
I noticed that the `append_body` input (https://github.com/softprops/action-gh-release/pull/199) is not yet released. When are you planning to publish it?
Run the tests on multiple PHP versions: https://github.com/marketplace/actions/setup-php-action#matrix-setup
Since the kube crate is baed on tokio, it make more sense to also base the examples on tokio instead of async-std. Please see https://github.com/hendrikmaus/kube-leader-election/discussions/6 for the discussion.
I recently read https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html, which is a really recommended read; and hence I want to re-organize the integration tests in this project.
[Miri](https://github.com/rust-lang/miri) is a tool to aid spotting undefined behavior in Rust programs. It might be interesting to add this to one's CI pipeline. I have yet to experiment with this...
**- What I did** Changed the default value in the documentation of `dockerd` for the option `--default-cgroupns` to represent the actual behavior. **- How I did it** n\a **- How...
Would you have an example on how to share an entire (templated) workflow with other repositories? I am using `ytt` as a templating engine and created a repository containing a...
This Pull Request fixes/closes #97. It changes the following: - Add a new trait called `Sign` - Implement `Sign` for `gpg` commit signing via shellout - Users with a working...
E.g. https://github.com/hendrikmaus/kube-leader-election/actions/runs/4260726013/jobs/7414216651
I am contributing OpenPGP signing for *commits* to `gitui` in https://github.com/extrawurst/gitui/pull/1544 and noticed that git handles tags in a different way. Does someone have more information for me on **how...