Benedikt Heine

Results 19 issues of Benedikt Heine

- Fix the initial error message - Use the newly created images from GitHub Actions/Packages Fixes dunst-project/docker-images#10

I went over the code after doing #49. Here are some internal improvements on the code. Mostly, this is code deduplication and some shellcheck stuff.

When setting the `UPPER_THRESHOLD` and using the notification's progress hint. `UPPER_THRESHOLD_AWARE_VOL` should not exceed 100. But it does, as the expression does not get caluculated, resulting in such a flag...

Have an option (or default) to sync articles only over Wifi Connection!

enhancement

``` Attaching to pixieboot_pixieboot-itv_1 pixieboot-itv_1 | dnsmasq's configuration changed. Reloading. pixieboot-itv_1 | ln: failed to create symbolic link '/etc/nginx/sites-enabled/pixieboot.conf': File exists pixieboot-itv_1 | nginx's configuration changed. Reloading. pixieboot-itv_1 | *...

Hi all, according to the [Opsgenie docs](https://docs.opsgenie.com/docs/opsgenie-go-api-v2), there is the possibility to control the `LogLevel` while initializing the api client. But sadly, the used logrus is a vendored dependency for...

I'm currently misusing `html_last_updated_fmt` for my whole project and set it for the whole project. ([Source](https://opendev.org/openstack/swift/commit/62864448bc565d22c9c905fd50c9da1203012ae6)) ```python git_cmd = "git log --pretty=format:'%ad, commit %h' --date=local -n1" html_last_updated_fmt = os.popen(git_cmd).read() ```...

I want to replace my current `mysqldump` setup with a parallel mydumper/myloader setup. Mainly because the SQL load in disater recovery would be super slow. The speed seems to be...

question