Jörg Vehlow
Jörg Vehlow
Is there a reason, why set command are not allowed to be retained? When I implemented my first device using mqtt, I liked the possibility to retain the color value...
When saving a file loaded with ELFIO, without any modifications, the segment definition can change. I added a test in https://github.com/MofX/ELFIO/commit/0ac9c678e2e2f8c47a652ee04e31854bd500da06, that shows the behavior and could be added as...
We are running some long running tests with a default test timeout. It is very annoying, to not have the output of the test for analysis of random timeouts. Therefore...
Removing a single file from scanned pages failed with UnmodifiableListMixin.remove (dart:_internal/list.dart:134) This filters the list instead of trying to remove from it. fixes #395 Signed-off-by: Jörg Vehlow