Tom Janson
Tom Janson
I’m successfully using a `SocketAppender` to log to a remote server when the host is set as an IP address. However, when specifying a domain name as host (otherwise identical...
The `backoffice` chart references the image tag `2.93.0`, however, that image does not exist on quay.io: https://github.com/wireapp/wire-server/blob/e3064d101ef8e9074431049135d2319335de3117/charts/backoffice/values.yaml#L5 [Latest `backoffice-frontent` on quay](https://quay.io/repository/wire/backoffice-frontend?tag=latest&tab=tags) is `2.87.0`.
Some Alerta config values are typically multiline constructs, e.g. `SEVERITY_MAP` (see [docs](https://docs.alerta.io/configuration.html#severity-settings)). So far, using multiline values breaks the indentation of this ConfigMap. This change adds indentation to all but...
The [SparseMatrix ctor](https://github.com/moves-rwth/storm/blob/master/src/storm/storage/SparseMatrix.cpp#L370-L378) initializes `trivialRowGroupings` as `!rowGroupIndices`. Clearly the direction `¬rowGroupIndices ⇒ trivialRowGroupings` is sound, but the other direction is not (i.e., it is possible and [seemingly allowed](https://github.com/moves-rwth/storm/blob/master/src/storm/storage/SparseMatrix.h#L1030-L1032) to have...
use the `offline` inventory, as in the remainder of these docs
- switched to GPIO utility (via tjanson/pi-gpioutil) (see #25) - automatic export/direction change on read/write (see `exportMode` param) - refactored pinMap, parameter parser, revision detection into separate modules - readme...
Hi, I’ve been using pi-gpio for a while (in the form of [Heimcontrol](https://github.com/ni-c/heimcontrol.js)), so first off thank you for your work. There’s been only one issue: As described in #24,...
I’m thinking about rewriting `read` and `write` to use bindings to the native Wiring Pi library. Why? - On one hand I have a slightly irrational aversion against the filesystem...
So I've been thinking about the state of Heimcontrol and possible new features, so I figured I'd share. ## Application Structure - Heimcontrol's client side is a perfect example for...
Heimcontrol sets a cookie with the password in plaintext, which is clearly a security issue. Should either be fixed, or at least mentioned as a warning when registering the user.