Mike Bishop
Mike Bishop
Ah -- I see it in the commit notes. Perhaps that should be a declared dependency if it's now the default.
Ah -- the variable is set by https://github.com/martinthomson/i-d-template. @martinthomson, that seems sub-optimal if it requires a dependency that isn't installed by default.
Just pushed a commit that addresses some of this. There are also items here that I disagree with a little bit, and I welcome discussion: - Added text around causality...
I don't think so, though I haven't attempted to discuss proxies in the draft so far. There's certainly a lot that could be said. Of course, it depends what type...
4ee9797 uses the API to generate compositor URLs that reflect the settings in the API, at least so far as vehicle model, exterior color, and wheels are concerned. However, it's...
In fairness, nyx has not released a new version in 4 years. One might get the impression that nyx is _also_ unmaintained.
What I needed to do to get it working again was: - Get [tesla-http-proxy](https://github.com/teslamotors/vehicle-command/tree/main#using-the-http-proxy) running on the Pi Zero - Create self-signed certificates for `localhost` - Get proxy running in...
TWCManager expects to get: - a bearer token that it can use immediately - ...and is fresh; expiration is set to 8 hours after you supply it - a refresh...
That seems likely -- it's not complaining about the cert, but it doesn't like the response it gets back. The changes I've got floating in a couple PRs handle getting...
Can't say I haven't considered the same. Currently, at least, I like the ability to have more policy control in TWCManager and running the domain was easy enough for me....