Christian Häusler
Christian Häusler
The example on https://behat-drupal-extension.readthedocs.org/en/master/subcontexts.html#for-contributors shows how to create a Drupal sub context by extending the class `BehatContext`. I am unable to find that class in any namespace. So what is...
Given a have a tag named "HyperText Markup Language" When I mention "HTML" in a fragment Then it should be linked to the tag named "HyperText Markup Language" I have...
Given I have a tag containing an umlaut When I visit the tag page for that tag Then I do not see any fragments tagged with that tag on the...
Keycloak does not ensure uniqe group names for sub groups. When synchronized to OpenShift the behaviour is random. ## Preconditions ```gherkin Given the following group strucutre in Keyckloak: """ *...
A little more than a year ago, I changed the company I am working with. This change also included a change in the technology I am working with. Professionally I...
The integration tests make use of the default RabbitMQ port. This is likely to fail on systems where there is already an instance of RabbitMQ running as this was experienced...
### Summary **As** a developer using K8up to back up my application **I want** K8up to create backup of K8s resources in my applications namespace **So that** can restore my...
I have the need for streaming support using `io.Reader` and `io.Writer`. I am willing to submit a pull request given this feature matches the goal/scope of this library.
[nitropad/qubes/index.rst] https://docs.nitrokey.com/nitropad/qubes/index.html suggest running `sudo cryptsetup luksChangeKey /dev/sda2` in order to change the disk encryption password. In my case, I had to use `/dev/nvme0n1p2`. I assume, the exact path differ...
When I create a new component with cookiecutter, I want to have an option to easily create a component based on a helm chart.