David Buezas
David Buezas
Is there any recommended way to output charts & plots? I managed this using gnuplot but it feels quite hacky. ```typescript import * as tslab from "tslab"; import gnuplot from...
[from xalex75 in the HA community] I noticed that on mobile and pc there’s a little difference in showing time and day, and that on pc it results cut. PC:...
[from xalex75 in the HA community] Hi. I just saw the reply in issues section. There you proposed something little different from what you realized here, buttons for shifting back...
Usage of `millis()` in lambdas doesn't compile due to a name collision between esphome and arduino.h. ## Workaround use `esphome::millis()` instead
Enter or click just don't do anything (not even closing the command palette)
it has the inexisting buffer requirement
My code looks like this: ``` coffeescript fs = require 'fs' path = require 'path' findFreePort = require 'find-free-port' filternet = require('filternet') pem = require('pem') PROXY_PORT = null findFreePort 8090,...
I'm looking reducing the size of the selector by only adding constraints that reduce the number of matched elements. Will inform you when I'm done
how to reproduce: go to `http://www.amazon.de/dp/B00KX14CY6?psc=1` insert `css-path` sourcecode write in the console ``` el = document.querySelector("li:nth-child(3) #a-autoid-2 > span.a-button-inner > input.a-button-input") //second image el2 = document.querySelector(cssPath(el, document)) el ===...
As stated in the readme, this library is not compatible with HA since 2022.7.0. You can use [this](https://github.com/dbuezas/eq3btsmart) custom component instead. (I hope to eventually get this into HA's core,...