Kijimuna

Results 4 comments of Kijimuna

Same here. When I do the commands mentioned in the error message manually, I fail in the step `python3 setup.py develop` as follows: ``` (venv) ➜ enocean-mqtt git:(master) python3 setup.py...

I still think it is the missing dependency, but I rather think the root cause lies in https://github.com/embyt/enocean-mqtt and not in https://github.com/mak-gitdev/HA_enoceanmqtt. Nevertheless, I tried out to install `setuptools` first...

@Verbatim589 In case you really don't want to tinker around with the terminal and git and the dockerfile, you could also install the addon from my fork (which includes the...

@vsch What seems suspicious in regards to that issue is that no "leading-space-gobbling" seems to happen in case of a [backslash-hardline-break](https://github.com/vsch/flexmark-java/blob/cc3a2f59ba6e532833f4805f8134b4dc966ff837/flexmark/src/main/java/com/vladsch/flexmark/parser/internal/InlineParserImpl.java#L544), in contrast to [all other line breaks](https://github.com/vsch/flexmark-java/blob/cc3a2f59ba6e532833f4805f8134b4dc966ff837/flexmark/src/main/java/com/vladsch/flexmark/parser/internal/InlineParserImpl.java#L526) 🤔.