Sebastian Mayr
Sebastian Mayr
esp-idf does indeed allow running this on a Feather S2 for me (arduino worked with a lot of hacks). Even OTA upgrade works. I had to patch the flash pin...
@stevenvachon There's no (public) API change in `URL`, it's basically just to match the spec more exactly like it's written.
Can you work around this by adding all the necessary dependent idl interfaces and throwing away the output of the unnecessary files?
Oh, if you're monkey patching anyways, do you even need the partial Navigator idl at all?
Oh I just recently saw this trick on Twitter and thought it might work for our object branding purposes. I was a bit worried about backwards compat, but node v12...
>> Should the type conversion mechanism unwrap objects of an imported type? > > I'd say yes, and indeed this ties into whether things get shared or not... I'm kinda...
The original plan here was to allow for stuff like impl setup methods which are not part of the exposed interface. Not sure if we still need that for anything...
Chances are you need the page to [execute JS](https://github.com/tmpvar/jsdom#executing-scripts) if it loads something dynamically.
After you've enabled scripts, you'll also need to wait for the page to have fully loaded. Either by continually checking if the loader is still there, or you find some...
`scd30` also causes this warning. This is the config I'm using: ```yaml - platform: scd30 co2: name: "CO2" accuracy_decimals: 0 temperature: name: "Temperature" accuracy_decimals: 1 humidity: name: "Humidity" accuracy_decimals: 1...