Birte Friesel
Birte Friesel
> Any objections to a PR to comment in the documentation that "`--on-last-slide=quit` has the functionality of the old `--cycle-once` option" so that future me (or people like me) can...
The reason is "noone thought of it after adding the mtime sort mode in 4fae6007dd64d223cdae3f977003f38e3036bada". So yeah, that's a good idea :) do you want to open a pull request...
Hi! Yup, those are useful. However, getting those takes three HTTP requests per train, so providing them for all departures is not feasible. I'll add a new JSON endpoint for...
Liegt ein für den perl/mojolicious-Nutzer lesbares Git-Repository im selben Verzeichnis wie index.pl? Aktuell gibt es nämlich keine direkt im Quelltext vermerkte Versionsangabe, sondern es wird immer `git describe` befragt.
Hmja, das ist so nicht vorgesehen, im Nachhinein aber nachvollziehbar. Ich war bisher immer von `git clone https://github.com/derf/db-fakedisplay` und dann `git pull` zum Updaten ausgegangen. Mal schauen, ob ich dieses...
The warnings should be fixed in 08da44369e0b6fa281bbe41afa4ba9f95718c041, they were probably caused by a contact group which does not contain any contacts. Regarding acknowledgments: Does it say "Acknowledged localhost/RAID: we know"?...
Hm... perl 5.10.0 should be sufficient for that. Does it work when using `icli -F /path/to/icinga.cmd ...`? (default path for that is `/var/lib/icinga/rw/icinga.cmd`, but you probably have a different one)
Sorry for the late reply — the serviceescalation fix is included in icli 0.48, I'll incorporate notification enabling/disabling into the new --action option (or you can, if you like)
They will be configurable in the next release (in git HEAD it already works). Also, I have patched Build.PL to check for both icinga1 and icinga2 paths -- So if...
bash uses ! for history expansion, so you need to quote it: `icli -z'!o,!A,!S,!D'` should do the trick.