rstephan
rstephan
Is there a reason to ship a 7 MB binary blob with every release? I mean, other than laziness. That's 3/4 waste, for 1/4 project. You have an environment variable...
Details can be found here: https://github.com/mysensors/MySensors/issues/1466 No need to keep a local copy of the plantuml.jar file. The version of the package manger is fine, and the release zip file...
* No need to create a workspace yourself, `WORKDIR` will do it for you. * `"WARNING: apt does not have a stable CLI interface. Use with caution in scripts."` *...
Removes "strange" +2/-2 offset from length Discussion on #2711
Why is there a `-2` is the length calculation? https://github.com/merbanan/rtl_433/blob/2a7fe211cee2c54ef6d47827324176d49a4e942d/src/devices/m_bus.c#L882 Without the "2" and with also removed "+2" in the line next to it https://github.com/merbanan/rtl_433/blob/2a7fe211cee2c54ef6d47827324176d49a4e942d/src/devices/m_bus.c#L883 The driver is working with...
### Description We have many file in ANSI/CP1252. In the PR-view or any other diff-view the german umlauts are not properly escaped. The angle bracket are at the right position,...