oxr463

Results 243 comments of oxr463

See: https://readthedocs.org/projects/libseccomp/builds/10815405/

> Hi @oxr463, I'm really happy to see you jumping in to help with the documentation - that is very good news! Right now we're trying to stay focused on...

```sh #!/bin/sh set -eu for doc in man/man?/*.?; do pandoc "${doc}" --from man --to markdown > "${doc}.md"; done sed -i 's|\\||g' man?/*.md ```

Some of the pages failed to convert. ```sh file doc/man/man?/*.md doc/man/man1/scmp_sys_resolver.1.md: ReStructuredText file, ASCII text doc/man/man3/seccomp_api_get.3.md: ReStructuredText file, ASCII text doc/man/man3/seccomp_api_set.3.md: very short file (no magic) doc/man/man3/seccomp_arch_add.3.md: ReStructuredText file, ASCII...

Are there any third party alternatives available?

> The CLA is still not signed after 5 months so I close the PR. I did sign it. Not sure why it never updated. Can you please re-open this?

> Can you click on the "recheck" [#2844 (comment)](https://github.com/golangci/golangci-lint/pull/2844#issuecomment-1124466629) Done.

I’d love to take a crack at this, since I’m currently working on trying to reference the volumeHandle of an EBS volume for a Gitaly StatefulSet from the GitLab Helm...

> If you have an idea where you'd like to start, I'll be happy to review something! Are you thinking to add a new entry in "Use Cases"? Yeah, that...

@ajvb one use case is working with Flux GitRepositories per https://github.com/fluxcd/kustomize-controller/issues/827 Being able to encrypt and decrypt with `ansible-vault` or `sops` would allow the VMware team to collaborate with the...