D. Stuart Freeman

Results 24 comments of D. Stuart Freeman

This one's also unnamed since at least May 2020 https://anchor.fm/s/c435268/podcast/rss

In case you don't want to have to read through that entire other issue. The problem is the game can't find `libMiles.so` because most linux filesystems are case sensitive while...

You need to do something like: res = await fetch('https://www.XXXX.com/' + companyid + '/XXXX.json?filter=all&limit=50&offset=' + x, { method: 'GET', headers: headers, proxy: 'https://XXXX'+sessionrand+':[email protected]:22225' }) if (res.ok) { var source =...

I'm finding that the electrical_measurement (Watts) and the switch disappear after restarting Home Assistant, making the plug useless until re-paired.

It appears that since upgrading the switch, electrical_measurement (Watts), and the analog_input (that seems to just be Watts with a single decimal precision) no longer disappear on restart, which is...

Ok, a large number of them were orphaned, there's still an unknown for power_factor and an analog_input. Also the binary input that I've only ever seen be off.

I suspect this is because the code has no way of mapping `zh-CN` and `zh-TW` to `zh-hant` and `zh-hans` so it's actually matching `zh` from your browser and giving the...

The `-` format used in HTTP is defined in [RFC 2616 Section 3.10](http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.10) and the `_` format is used on Posix (linux, unix, OSX) though I'm currently unable to find...

You're probably getting the `default` locale which is automatically set to match the locale of the environment.

@nicolaasmatthijs @simong did we work around this somehow, or is it still a problem for oae?