Tobias Gruetzmacher

Results 126 issues of Tobias Gruetzmacher

Well, okay, only with "invalid" format string, but this ``` ddate "+%}%{" 29 2 2012 ``` creates an endless loop (or anything else resulting in tib_end < tib_start like %A%e)....

Linux 4.18+ has added more fields to the diskstats proc file, so the original skip condition for devices without I/O didn't apply anymore. Before: ``` $ ./dool -af 1 5...

If a song is incomplete (missing MP3), it should be reported as broken and not be shown in the song browser.

Bug
Enhancement

When PortAudio has many backends enabled (on MXE currently wmme,directx,wdmks,wasapi) or when there are many audio devices, the device configuration screen is almost unusable. This is on my Windows desktop...

Enhancement

It seems I have a job with some strange history on my Jenkins, which wasn't a problem before updating to `1.12+build.201809061734` (from `1.12+build.201805070054`). The build monitor only shows an error...

Hi, I recently took over the maintainership of the [simple-theme-plugin](https://github.com/jenkinsci/simple-theme-plugin), which is implemented as a PageDecorator injecting CSS and JavaScript into the page header. Since you collect the headers of...

It would be nice if spotless could check for (and remove or error out) "dangerous" unicode codepoints. See today's Rust security advisory: https://blog.rust-lang.org/2021/11/01/cve-2021-42574.html - According to this, the initial list...

enhancement

This is just a FYI ticket, feel free to close if you don't see this in scope for this project. Usecase: Using this tool to create a backup of ones...

Not really sure why this happens, but when using a version rules file with the `property-updates-report` target, the report generation is very slow. I tried to implement a workaround in...

This was identified as a performance hotspot and the result is static for each run, adding a cache dramatically speeds up some executions. This is probably not the correct solution,...