Andreas Kähäri

Results 8 issues of Andreas Kähäri

Using an action that rewrites the message, and then adds a header, as in ``` action "bogofilter" { remove-header "X-Bogosity" rewrite "/usr/local/bin/bogofilter -e -p -u" add-header "X-Filtered-Date" value "%[rfc822date]" }...

We seem to get warnings like ``` option '-mfma' ignored, suggest using '-march=core-avx2' ``` while configuring the build using the `icc` and `mpiicc` compilers.

There are a few memory leaks in MrBayes: - Memory allocated in `AllocTaxa()` for `speciespartitionId[i]` is not freed. - Memory allocated in `AllocateTree()` for `t`, `t->nodes`, and `t->allDownPass` is not...

bug

Output of `restic version` -------------------------- ``` restic 0.9.4 compiled with go1.11.4 on darwin/amd64 ``` and ``` restic 0.9.4 compiled with go1.11.4 on openbsd/amd64 ``` What should restic do differently? Which...

type: feature enhancement
help: wanted
category: user interface
help: minor complexity
category: prune

When parsing a CSV data set that contains comments (lines starting with `#`), the `--pass-comments` option should ("I expect it to") cause Miller to pass the comment through unchanged. However,...

feature-request

**Describe the bug** When starting or stopping the containers with `start-stack` and `stop-stack` etc., the `ftp` container takes much longer to start or stop (between 15s and 1m30s) than the...

bug

Add mentioning of how to work together on a single branch: * Only do this after agreement. * Otherwise, work on a separate branch and merge later. The main thing...

With regards to comments that I left on issue #14, if Go is added as a language that we may provide expertise in, then the following link could be used...