Adrian Böckenkamp
Adrian Böckenkamp
# Describe the bug Tried to delete a device that was offline. MQTT message correctly received by Z2M but Z2M itself failed to delete the device (would obviously need #107...
# Describe the bug For most of my devices, I am not able to open the device specific page (by clicking on a device in the device list). It may...
Hi, thanks for this library! :-) I've added CMake support in order to integrate it in my (CMake) project using [CPM](https://github.com/cpm-cmake/CPM.cmake). Along the way, I've also revisited the project's directory...
See issue #87
Hi, due to the use of `directory_options`, this requires at least Boost 1.72, not 1.54 as stated in the README. 1.72.0 New: Added directory_options enum, which reflects the same named...
Hi, I think this is self-explaining...thanks for considering my PR! :-)
Hi all, I am using dynamic_reconfigure with much stricter compiler settings, namely `-Werror=float-equal` (among others). Unfortunately, this results in errors like: ``` .../MyPackageConfig.h: In instantiation of ‘void my_namespace::MyPackageConfig::ParamDescription::calcLevel(uint32_t&, const my_namespace::MyPackageConfig&,...
Hi, I would like to suggest allowing an update of valetudo RE (only) from the web UI, somehow as an extension to just checking if there's a new version available...
Hi, I think the panzoom JS library has received many updates. I am not completely sure about this but I assume you used this one: https://github.com/anvaka/panzoom (?) I would also...
You can now still set `CLANGFORMAT_FORCED` to `ON` to abort (= old behavior). I think it's more useful if it doesn't fail if clang-format is not installed and simply does...