Pieter Viljoen

Results 102 comments of Pieter Viljoen

The fix should be pretty simple to include in the mainline code: ``` // TODO : Quoted paths ending in a \ fail to parse properly, use our own parser...

Ok, I figured it out: ``` Parser parser = new Parser(with => { with.CaseSensitive = false; with.HelpWriter = Console.Error; }); ```

Yes, what I think should happen is that when the image attribute in yaml changes that the image name of the currently existing container should be changed to match the...

Yes I understand the difficulty of it is not a bug it is a feature. I have some thoughts: - Add a new value for recreate, instead of yes, no,...

Thank you, agree, recreate should (eventually) be default.

Ok, understood, won't try to update then. Would still be good to see the esphome version reported on the web page. Interesting, the coordinator firmware in about of my tubes...

I'm trying to update zigbee firmware now. Do you have more detailed instructions for config and restore backup, can't get it to work, don't want to update unless I can...

Ok, device updated. I'll update esphome when you publish official firmware. May I suggest you update the firmware update instructions to mention Z2M no backup needed, and even using port...

Yes please, static site, mapped in container path.

Hi, I've read the changes from B3 to B4, but I can't figure out why my code no longer works, still compiles, just does not work as expected, getting `Unrecognized...