Felix Niederwanger

Results 13 issues of Felix Niederwanger

I've added a make install directive in the Makefile

### Background information - **Dendrite version or git SHA**: 0.8.7 - **Monolith or Polylith?**: Monolith - **SQLite3 or Postgres?**: Postgres - **Running in Docker?**: podman - **`go version`**: (container build-in)...

C-NATS
T-Defect
S-Critical
O-Uncommon

Hi, I wanted to start using this, but when building the docker image it crashes because in one of the images `git` seems to be missing Step 6/7 : RUN...

### Summary The community.general.zypper module fails to run on transactional system, if there are not all updates installed: e.g. ``` TASK [skeleton : Ensure all updates are installed] ************************************************************************************************************************ fatal:...

bug
module

Revering the temporary hotfix [PR#15897](https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/15897), where we added the absolute path to tools in /usr/sbin due to bsc#1205325. - Verification runs: * [15-SP2 GCE](https://duck-norris.qam.suse.de/tests/11134) | [15-SP2 EC2](https://duck-norris.qam.suse.de/tests/11135) | [15-SP2 Azure](https://duck-norris.qam.suse.de/t11137)...

Fixes a possible redefinition of ‘struct i2c_msg’ bug on Ubuntu 14.04 and Raspbian Jessy

This PR fixes issues #9, #22 and #24 Greetings and thanks for the work!

Move the `parseOps` before the CPU checks so that the `--help` command can be executed on non-AMD systems. This is useful for using `./amdctl --help` as smoke test when building...

Introduced the ReadPasswordWithContext function that allows to read a password from the terminal with support for cancellation. This is a suggestion to address https://github.com/golang/go/issues/31180. This is a work-in-progress PR for...

As requested in [bsc#1192941](https://bugzilla.suse.com/show_bug.cgi?id=1192941) I post the bug report here as well: When creating an image with zypper-docker, the entrypoint changes from `null` to `/bin/sh -c`, which breaks usage of...