Paulus Schoutsen

Results 421 comments of Paulus Schoutsen

When you start ESP Web Tools to just use Improv, you need to be very fast to hit connect + select the device within 4 seconds from booting to have...

So now I am a bit confused. We're discussing this in the ESP Web Tools repo but your example code shows the standalone Improv Wi-Fi SDK. You don't need to...

Improv SDK doesn't provide an option to show logs or funding URL. I think that you've made it yourself so difficult with all the different versions per device! Why not...

Alright, well your call. [Something like this](https://esphome.github.io/media-players/) but with a version dropdown would allow you to always use ESP Web Tools. Will close this issue as it's Improv SDK related.

The change is a good one, but like bdraco said, let's do smaller PRs.

This should not be part of this library. Instead, create a new application that relies on this lib.

I experienced the issue on Chrome 49.0.2623.39 beta (64-bit) using iron-image v1.2.2. FWIW, I experienced the issue in [this webcomponent](https://github.com/balloob/home-assistant-polymer/blob/8ac32cd307470cb3f822452141d9cc59092ceebc/src/components/ha-label-badge.html#L69-L71) after upgrading my dependencies. Applied CSS is `border-radius: 50%` and...

This PR actually fixes a problem I have with loading icon sets on demand. I really hope that we can get this fixed or addressed somehow once Polymer 3 has...

We fixed this by extending the original class and patching the fix in: https://github.com/home-assistant/home-assistant-polymer/blob/master/src/components/ha-iconset-svg.js

I am seeing the same thing. `this._keyBindings` should have been initialized in the `registered` callback, but it looks like that doesn't run. However, I don't get this error with all...