Krzysztof Kuriata

Results 4 issues of Krzysztof Kuriata

Possibility to use existing variables: ``` GENERIC_PATH=/some/path SPECIFIC_PATH_1=${GENERIC_PATH}/specific1 SPECIFIC_PATH_2=${GENERIC_PATH}/specific2 ```

I have an access to Tauron meter. The problem is after configuration I get an error: ``` tauron_amiplus: Error on device update! Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line...

enhancement

**Describe the bug** When spawning a new tab from command line with command parameter `-e`, there are two tabs opened instead of one. **Expected behavior** My command opens one tab...

CSV files can define an additional metadata that is used by some apps like Excel. It looks like this: ``` "sep=|" col1|col2 a|b ``` Currently, Papaparse is not able to...