Stephan Strittmatter
Stephan Strittmatter
Add Story Points to list of issue items
For local installation it would be cool to add possibility to start the hub internal. something like: ```javascript var hub = signalhub('robotopia', [ P2P_CONFIG.habUrl ]) ```
Would be really cool to add multi language support to the project. I am looking forward to use Robotopia for a competition with some young German pupils. Both: understanding English...
I use an extended `HomieNode` and set in constructor `setRunLoopDisconnected(true);` ### Example: https://github.com/smart-swimmingpool/pool-controller/blob/0aea00ab616667fac322097fc556a047c8d074fe/src/OperationModeNode.cpp#L16 If `setRunLoopDisconnected` is set to `true` **all** `loop()`-methods (of complete project) are just run one time.. If...
I had to center bounds for all markers and searched a while. Probably this could help someone else: My Map in `` section: ```html {{ loc.name }} ``` and then...
At https://github.com/vue-leaflet/vue-leaflet/blob/db34dff79cc62bc6fa51357e953e9bcf55725c94/src/components/LMap.vue#L53 I think the correct attribute type should be 'L.LatLngExpression` instead of `L.PointExpressione` I receive always errors, that `lng` is not found
I really like your modular system and started to update the drawers in our kitchen. I would like to use overhang=13 on the sides of the drawers and overhang=0 on...
Using vue-crono together with vue3 there is a warning: `[Vue warn]: 'beforeDestroy' has been renamed to 'beforeUnmount'`
I think there should be some mappings for short commands like: * EN: "music louder" -> "increase music 10%" * EN: "mute music" -> "set music to 0%" * DE:...