David Kerr
David Kerr
I would find it very useful to monitor interfaces in a specific network name space. For example if I have multiple containers, I could run vnstat (may need to be...
Looking at `%variables` we have `global-defaults`, `service-common-defaults` and `dyndns-common-defaults`. And some entries like `use`, `if`, `web`, etc are defined in both global and service-common... with the same values. Is there...
As I work on my IPv4/IPv6 support I came across an anomaly that I do not understand. The `nic_updateable` function directly accesses values in `$config{$host}{'xxx'}` rather than use the function...
Years ago I discovered that the config file format is kind of weird and not at all robust when it comes to including multiple services. Take this example... ``` ssl=yes...
The `header_ok()` function is called by many protocols. This should be moved inside `geturl()` function and the return code from that signal whether the request was successful or not. It...
If I click on the lightbulb in Apple Home or in Homebridge then the lightbulb turns off immediately... and stays off until the interval timer expires and it is reset...
Please report any issues with the FreeDNS api script by appending a comment to this issue. Thank you, David Kerr
On startup the plugin assumes that the alarm is in off state (disarmed) This is easy to reproduce, arm the alarm (from either the alarm panel or from Homebridge /...
avahi daemon fails with an error if any line in the conf file exceeds 255 characters, including comment lines. I traced the problem to [ini-file-parser.c](https://github.com/lathiat/avahi/blob/d1e71b320d96d0f213ecb0885c8313039a09f693/avahi-daemon/ini-file-parser.c#L53) where 256 bytes is allocated...
I get the following error message... ``` david@powerwall:~/Powerwall-Dashboard$ git pull Updating a2e5e29..0f8468b error: Your local changes to the following files would be overwritten by merge: dashboard.json dashboards/dashboard.json Please commit your...