Christian Hoffmann

Results 49 issues of Christian Hoffmann

**Has this feature been discussed and generally agreed?** jamulussoftware/jamuluswebsite#319 was about documenting the process and a contact address for reporting security issues. It was also discussed to provide a way...

tooling

**Describe the bug** Even after #1073, valgrind shows some possible leaks. These should be investigated. Note: I'm not entirely sure if they are real or relevant leaks. I suppose there...

bug

After merge of #2891, we should be able to drop the iOS/Android workarounds which install the desktop SDKs. According to the release notes this should work out of the box...

refactoring

libsndfile supports the opus codec as of version 1.0.29. gosndfile can work with opus if the necessary constant is added. Reference: https://github.com/libsndfile/libsndfile/pull/406/files

This adds an optional idle shutdown timer which can be enabled via `timers.idle_shutdown.timeout_sec` in the jukebox.yaml config. The system will shut down after the given number of seconds if no...

future3

The tracking is active by default, but the resuming has to be enabled explicitly, either by setting `playermpd.play_position_tracking.resume_by_default: true` or by calling the play_* functions with the new resume=True kwarg....

enhancement
future3

### Version v3.5.2 ### Branch future3/main ### OS Raspberry Pi OS 32bit bookworm ### Pi model 3B ### Hardware RFID Reader: RC522 ### What happened? When using `place_not_swipe`, removing the...

bug
needs triage
future3

https://github.com/fstab/grok_exporter/blob/9a9c6da699a55365999cc47be72064e64eadb9b7/tailer/fswatcher/fswatcher.go#L208 references "log", which the go tooling resolves to github.com/prometheus/common/log. The latter is deprecated and has been renamed to promlog in recent versions. Therefore, the build is broken when grok_exporter...

The code path for `-children=false` failed to ignore unmatched processes as that logic was only triggered from checkAncestry(), which isn't called in that case. Properly ignore all unmatched processes when...