coconup
coconup
Would it be possible to introduce support for JSON literals, in line with what already done in #170? The project in which I'm using dentaku allows users to manipulate pieces...
I am customising my table of contents as follows: ``` --- items: - path: api-docs title: API docs --- ``` I would expect this to render as "API docs", but...
Conditional attributes are throwing me an `ArgumentError` if I don't give two arguments to the `Proc` passed to the `if:` keyword: ```ruby attribute :my_attribute, if: ->(obj) { obj.my_condition } ```...
I'm running `batmon` in standalone mode through docker as outlined here (on a Raspberry Pi): https://github.com/fl4p/batmon-ha/issues/25#issuecomment-1952473454 This is my `options.json` file: ``` { "devices": [ { "address": "A4:C1:38:0B:79:22", "type": "jbd",...
Background: HA promotes the creation of a single topic per metric. This can result cumbersome to consume for other application. This PR introduces a `$STANDALONE` environment variable based on which...
- Accepting empty strings (e.g. `MQTT_USER` / `MQTT_PASSWORD`) as environment variables - Avoiding errors if `mqtt_user` is not set in `user_config`