Peter Parkkali

Results 8 issues of Peter Parkkali

- If the configuration specifies a UNIX domain socket, and this socket already exists in the filesystem, consumer.Syslogd will fail with `[2017-07-24 00:26:19 CEST] ERROR Failed to open unix:///tmp/gol.sock PluginID=SyslogdConsumer...

bug
enhancement

The documentation generator at `./docs/generator/` could support the config struct tags introduced in https://github.com/trivago/gollum/pull/143 to: - Detect undocumented configuration parameters and include them in the documentation - Detetect and warn...

enhancement
documentation

Fluent-bit's documentation does not answer these questions: - How does fluent-bit behave when the configuraition contains multiple [FILTER] definitions? - Assuming filters are chained, in what order does are they...

# TL; DR - After compiling the driver on Raspbian Buster (Linux 5.10.52-v7+), the driver loads but fails to create any network interfaces # Long version: ## OS and driver...

If you have an existing `data.cook` file from a previous run, starting the console (`./gradlew run`) fails with a `bad_record_mac` message. BTW, thank you for making this project available! It's...

This PR registers *.j2 files with the bundle, based on the comment by @FractalizeR in issue https://github.com/mitsuhiko/jinja2-tmbundle/issues/9 . This enables the bundle work in IntelliJ, PyCharm, etc.

Chapi assumes that the configuration always contains both a marathon and a chronos service. This causes at least two problems in practice: - It's impossible to set up chapi in...

bug
feature

This pull request adds some logging updates: - Use of Go's native `log` package replaced with the drop-in https://github.com/sirupsen/logrus - Informative and debug logging statements added, useful log levels set...