Hannes Voigt-Georg
Hannes Voigt-Georg
According to [rfc7230](https://tools.ietf.org/html/rfc7230#section-3.2.4) http parsers are expected to ignore space around header values. Trying to construct a HeaderValue with leading or trailing whitespace is therefore clearly an error.
Hi rust-zipkin team I noticed that there is no http reporter around ( or at least I didn't find it ). So I wrote one. This adds a new crate...
See here for debian manual: https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-VCS-fields
Currently the `init` and `service` plugins assume that a certain distro version uses exactly one init system. This is simply not true. There are some distros that allow users to...
fpm-dockery creates two caches. One cache is the folder /tmp/fpm-dockery and the other are the docker images in the fpm-dockery namespace. There should be a command to clean them up.
fpm-dockery should drop to an interactive shell when build fails
This line triggers error logs: https://github.com/freiheit-com/kuberpult/blob/8cb4e6e1d6b08f57329a343279b52f3576fddd29/services/frontend-service/pkg/cmd/server.go#L465
LStat currently *does* follow symlinks, while it should not. This is not critical because we do not use many symlinks in our code but we should make it work correctly...