Philipp Hahn
Philipp Hahn
Similar to `rsync --specials` an option to handle special files as special is required: Currently the code tries to always copy the *content* of such files, e.g. `/dev/console`, pipes, sockets,...
I still have to fix one more issue: ``` 2019-11-15 10:12 - vidcutter.libs.videoservice - INFO - /usr/bin/ffprobe -hide_banner -v error -show_packets -select_streams v -show_entries packet=pts_time,flags /srv/misc/Media/MythTV/13110_20140414201300.mpg 2019-11-15 10:15 - root...
For XML '' (and in attributes '"' and "'") must be escaped. In JSON '"', '\', (and some others) must be escaped. XML: http://en.wikipedia.org/wiki/Valid_characters_in_XML JSON: http://www.ietf.org/rfc/rfc4627.txt I have a diff...
### Description of the change Fix `mongdb` chart to not use shell constructs in startup / readiness / livenes probes which may leave behind zombie processes. ### Benefits Running mongoDB...
I have several documents, where the fragment identifier of the URL contains colons (':'), which linkchecker claims to be "not normalized". According to my reading of RFC 3986 ':' is...
### Describe the issue Currently I'm running `4.14.2` and trying to upgrade to `4.14.latest`, which fails. First error is this ``` $ helm upgrade -n weblate weblate weblate/weblate -f values.yaml...
Please include the following information: **vncdotool version**: v1.2.0 / git We're using `vncdotool` to automate some GUI click-through testing. We added OCR to it running `tesseract` as some background process,...
Please include the following information: **vncdotool version** 1.1.0-dev **VNC server and version** LibVNCServer-0.9.14 **Steps to reproduce** ``` ppmmake '#f70' 640 480 > ./dummy.ppm /tmp/vncdo/libvncserver-LibVNCServer-0.9.14/examples/pnmshow ./dummy.ppm & vnclog -v -s localhost:0...
The image `nimmis/alpine-apache` `b1fc01506cf3` contains an out-dated version of `apache2`: ``` ~ # apk -vv list | grep apache2 apache2-2.4.48-r0 x86_64 {apache2} (Apache-2.0) [installed] apache2-utils-2.4.48-r0 x86_64 {apache2} (Apache-2.0) [installed] ```...
Two minor fixed to the typeshed: 1. `data` may be both `str` and `bytes`; actually CPython uses it both ways 2. `method=None` does not make much sense and should never...