Andreas Thienemann

Results 64 comments of Andreas Thienemann

Try have a look at which updates the code to work correctly.

I had a quick look at the code and if I read it correctly, the configuration via PS scripts would allow for the necessary customization. This issue however is specifically...

Indeed. ``` # xe vm-param-get param-name=domain-type uuid=ed5dc156-969c-de27-4f2e-e1d7d8421af9 pv-in-pvh # ``` I would have sent a patch but I only found the COLUMNS_VM_PV list and nothing for PHV, so I thought...

This issue would be fixed in https://github.com/firehol/firehol/pull/488

Yeah, this looks good. Thank you @doubletwist13 for the good description and digging. Reference vs. copy is exactly what's going on. I'll whip up a PR to fix this issue...

@javierbertoli Did that. As there's no pillar.set (contrary to grains.set) I did a bit of a workaround. Have a look, should be passing checks now as well.

@javierbertoli ping?

I experienced the same problem and did a bit of digging. This does not look like a known bug in the API if the Fritz!Box itself. I'm running Home-Assistant core...

Stumbled over this, this patch fixes the issue nicely. Thanks. 👍🏻

The underlying problem is the following: ``` [andreas@herbert tmp]$ cat test.py data = {0: 0, 1: 1, 'a': 'a'} print(data) print(sorted(data)) [root@herbert tmp]# python2 test.py {0: 0, 1: 1, 'a':...