Raphaël Pinson
Raphaël Pinson
Use Travis CI to automate generation of both PDF and HTML versions and upload to gh-pages.
Upon creating multiple resources (`argocd_project` and `argocd_application`) on the same server, I'm often getting GOAWAY responses: ``` Error: application thanos could not be created │ │ with module.metrics-archives.module.thanos.argocd_application.this, │ on...
``` Match User git # Apply the AuthorizedKeysCommands to the git user only AuthorizedKeysCommand /opt/gitlab/embedded/service/gitlab-shell/bin/gitlab-shell-authorized-keys-check git %u %k AuthorizedKeysCommandUser git Match all # End match, settings apply to all users...
Generating `NEWS` manually for each release (and porting it to the website) is not practical (and time consuming). This PR suggests to switch to https://github.com/github-changelog-generator/github-changelog-generator, using Git tags and PRs...
The following syntax is not allowed because `&` is not allowed in chars: ``` echo foo 2>&1 ```
## Use Case When writing a course that could be taught on either one, two more days, it'd be useful to be able to tag slides with a variant and...
Styled images as implemented in https://github.com/puppetlabs/showoff/issues/411 do not work in 0.19.6. Instead, they produce: ```html ```
In Route53, it is possible to have two zones with the same name (e.g. a public and a private one). There is no way then to know which one to...
As mentioned in https://github.com/cesanta/docker_auth/pull/115#issuecomment-234074177, once #115 is merged, it would be great to be able to use teams in the ACLs, something along the lines of: ``` go - match:...