Marek Czernek
Marek Czernek
The following `docker-compose.yml` file is a valid file for `docker-compose`: ``` version: '3.8' services: redis: image: "redis:alpine" redis-2: image: "redis:alpine" ``` Both containers become available and ready. No ports are...
I noticed that stress can be installed via pip. I think it's useful information, so I wanted to put it into the readme. WDYT?
## Bug Report **Current Behavior** Following current getting started guide, that is finishing the [Configuring a GitHub App](https://probot.github.io/docs/development/#configuring-a-github-app), results in an application that throws 401 Unauthorized on a new issuewith...
### What does this PR do? In this PR, I tweak the internal behavior of `file.manage_file` to improve the file permission and owner consistency while the function is executing. See...
## What does this PR change? As per https://github.com/uyuni-project/uyuni/pull/8100, we linted files only in 4 directories: `python`, `spacewalk`, `susemanager` and `susemanager-utils`. This PR modifies the workflow such that it only...
Currently, the regex in the `Check Line Length` step fails commits that have less than 74 characters. This regex is most likely what users want - fail for commit messages...
Hi there, I like this very minimalistic theme, but the active style feels out of place. Personally, I made these changes and I like it better. You can see the...
Without escaping the path, `~` got resolved in my shell and the `gcloud compute scp` command failed as follows: ``` $ gcloud compute scp ca.pem ${instance}:~/ /usr/bin/scp: dest open(""): No...
**Description** The `file.manage_file` module can cause unexpected problems due to the way it handles permissions. I am happy to provide a PR, but wanted first discuss which approach would make...
The following PR will check acronyms against the IRC maintained database at [1], and if an acronym is found in the database, it is injected into the response. Consequently, users...