Alberto Maggioni
Alberto Maggioni
I would like to assign different values to "line-dash-array" property based on the actual data. Example: ` 'line-dasharray': [ "case", ['==', ['get', "my_prop"], 'my_value'], ['literal', [0,0]], ['literal', [2,3]] ] `...
The wiki says: "Copy https://github.com/hmn/home-assistant-config/tree/master/custom_components/media_player to your config dir under custom_components/media_player" However that folder does not exist anymore. How can I install your component? I found an old version in...
**Is your feature request related to a problem? Please describe.** On Spring Boot 3.2.2 with Spring Cloud 2023.0.0 the following warning appears in the logs when Kubernetes leader election is...
When you update a document, all the fields with type equal to ObjectID get messed up (except for the "_id" field). **Sample code** ``` const mongodb = require('mongo-mock'); const ObjectID...