Corey Ward
Corey Ward
Looks like [this line](https://github.com/jason0x43/alfred-nest/blob/master/temp.go#L46) is responsible for this issue. It should consider `thermostat.TargetTemperature(config.Scale).String()` instead of `thermostat.AmbientTemperature(config.Scale)`, but there's a minor complicating factor of the range mode. In any case, I...
Not stale, just being ignored by the Facebook team.
Still not stale.
You might want to have a look at the diff you're proposing. You've got a whole lot of unrelated changes in there.
I don't anticipate any issues using it with React 18 as-is, but I'd prefer to be a bit conservative w/r/t updating the stated compatibility to avoid inadvertently creating a headache...
It shouldn't, no. This plugin is using a Service Account for authenticated access a sheet, not a public JSON endpoint.
This behavior is rather disruptive; I didn't realize it was coming from Naomi. Please do either disable it by default or at least document a way to disable it in...
Any word on this? Would be super useful for something I'm working on.
Issue was the actually due to line 54: ``` ruby hostname = heroku.domain.list(heroku_app).first['hostname'] ``` By grabbing the `first` domain indiscriminately, LRH grabbed the apex domain for my application, which actually...
@jalada I do believe that this was the issue. I ran the rake task multiple times to no avail, and after removing the bare domain from the Heroku list, ran...