Nick Farina

Results 6 comments of Nick Farina

TeslaJS doesn't work at all for me without this patch! The existing refresh endpoint simply doesn't work with "v3" refresh tokens (which are the only ones you can get now).

Finally found this page after a lot of frustration with soft wrapping being re-enabled! After reading the [official docs on `max_line_length`](https://github.com/editorconfig/editorconfig/wiki/Property-research:-maximum-line-length), I think what this plugin is doing does makes...

I was able to make this work by using `SELECT …, ARRAY_AGG(data)[offset(0)] as data,` instead of attempting to `GROUP BY data` since grouping by native JSON type is still unsupported....

Thanks so much @carlosgamezvillegas, I added this fix to my Tesla accessory which previously required manually renaming _quite a lot_ of services!

Five minutes in and already can't believe I ever lived without it!

Agree - LocatorJS is _so amazing_ when it works, but often it'll be impossible for me to find the parent component I really want - instead I can only hover...