countsudoku

Results 7 issues of countsudoku

Configuration for _cppcheck_ from a config file configured via `g:syntastic_cppcheck_config_file` was overwritten by content of `g:syntastic_cpp_cppcheck_args`. But for other checkers the options from the configured config file are appended to...

known bugs

The documentation for [`dkim_options()`](https://github.com/trusteddomainproject/OpenDKIM/blob/5c539587561785a66c1f67f720f2fb741f320785/libopendkim/docs/dkim_options.html) states for some array options: they should be __unordered__ (`DKIM_OPTS_OVERSIGNHDRS`, `DKIM_OPTS_SIGNHDRS` and `DKIM_OPTS_SKIPHDRS`) and for others they should be __ordered__ (`DKIM_OPTS_MUSTBESIGNED`, and `DKIM_OPTS_REQUIREDHDRS`). But the documentation...

Hello, I've noticed, that the libopendkim might segfault because of a assertion if I try to sign a message with newlines instead of CRLF via the chunk API with some...

Some macros are truncated by on character if expanded on input strings without a delimiter. This commit will fix that. This pull request will fix #42

Macros will be expanded correctly only if the delimiter is in the expansion string, i.e.: If we have a sender email in the form: ``` [email protected] ``` and the macro...

I am not sure if you want to merge this. But I use the cli often to read the output of another cli. Therefore I add a default value for...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: (does not matter) - Ruby: (does not matter) - Distribution: Debian, but doesn't matter either - Unbound: 1.9.0 - Module...