Tobias Vollmer
Tobias Vollmer
As a potential User, I would like to test this suite without having to modify my locally installed applications. One might not want to install docker on his/her local machine....
Linux Standard Base defines lsb_release to find out which Linux Distribution is used.
In reference to #1006, we added the following snippet to our `.projenrc.ts`: ``` const project = new awscdk.AwsCdkConstructLibrary({ //... workflowBootstrapSteps: [ { name: 'Login to GitHub npm registry', id: 'npm_auth',...
To be able to use the same ssh key on multiple computers, I have my key stored on a smartcard. Unfortunately, this does not leave me with an ssh private...
Hi turkenh, your tool looks quite cool, but unfortunately I do have multiple `kubeconfig` files that I would like to use. Basically I split the config files by customer, and...
When running the runner with ```shell $ docker run --rm \ --name github-runner \ -e GITHUB_OWNER=5nafu \ -e GITHUB_REPOSITORY=sanderKnape_github-runner_env_exposure -e GITHUB_PAT= \ -e RUNNER_LABELS=comma,separated,labels \ -e ARBITRARY_ENV=value \ sanderknape/github-runner ```...
**Is your feature request related to a problem? Please describe.** As the "official" statuspage.io app for MS Teams is now reported broken, and the webhook of the tool used by...
We are currently trying to change the admonition icons as explained in the [material theme documentation](https://squidfunk.github.io/mkdocs-material/reference/admonitions/#admonition-icons). Our mkdocs.yaml looks like this: ```yaml site_name: '...' site_description: '...' #uncomment the below lines...
Adding a normal repository (i.e. not a ppa ) add-apt-repository will not install the repository key: > REPOSITORY can be either a line that can be added directly to sources.list(5),...
Hi @mstein11, As the offered PR for the additional findings of #26 might get a bit bigger, I create this issue for discussion. > As a user of the docker-hub-rate-limit-exporter,...