Mike Bishop
Mike Bishop
The README contains only the `main` branch for each document, whereas the index.html will give you the .txt/.html/compare links for each draft in the repo for each recently-used branch. Very...
I'm inclined to say this is dangerous as-is. Assume the deployment of a batch of resources has a file in it which does not always change with every release. If...
Even though real-world servers do perform compression on-the-fly, as a matter of HTTP, Content-Encoding is a property of the representation. If something is uploaded with `Content-Encoding: gzip`, that indicates the...
This PR contains two changes; I'm not making a suggestion with regard to multiple-IP mode, but I think aligning the variable names in the template makes sense. Did both get...
The server could also include the location of the response, either: - as a Content-Location when the client uploads the final chunk, alongside actually sending the response - as a...
You'll need to tell the serial module not to load, and instead activate a different interface module. That's further down in the config file, IIRC. If you're not able to...
Right, you'd want to set RS485 to `"enabled": false` and TCP to `"enabled": true`
For some reason, perhaps the API changes, the JSON object being returned does not contain the attributes we're expecting. What surprises me is that it fails at that line, rather...
Basically, what happens is that TWCManager will both tell the TWC to offer power and tell the car to charge. When Scheduled Departure is configured, the car doesn't accept offered...
I vaguely recall a charge a while back to treat negative values as the opposite thing, which might have impacted your setup. But that seems to be exactly what you're...