Kochise

Results 44 issues of Kochise

Hi, try this msc { hscale = "2"; arcgradient = 8; a [label="Master"]; b [label="Slave"]; a->b: "Rampe accélération à 2000 tr/min/s"; b>>a: "Confirmation"; } The accented characters from 'a->b' (accélération...

You can test any XML file with a BOM : ```batch D:\Pyenv310>xml22yaml -i "d:\Pyenv310\TEST\Alarms.xml" -o "d:\Pyenv310\TEST\Alarms.yaml" Traceback (most recent call last): File "D:\Pyenv310\Python\Lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals,...

Hi, doing that : ```bash pip install git+https://github.com/zigpy/zigpy.git pip install git+https://github.com/zigpy/zigpy-cli.git pip install git+https://github.com/zigpy/zigpy-znp.git pip install git+https://github.com/zigpy/bellows.git ``` --- Getting (with decoration for readability) : Full installation log (quite long)...