ck-c8y

Results 8 comments of ck-c8y

The pull request #229 **add updateSelection to JSONEditor** addresses the feature to change the selection. I would be happy if it could be merged into main. Regards Christof

Before thinking about a concept for a harmonised approach, I have some observations/ questions: 1. What is idea behind a unified way to address selections in all modes? In other...

@josdejong, thank you for implementing this feature. :clap: I tested both: 1. `.select(newSelection)` 2. `callback onSelect(newSelection)` and it works for my scenario.

@snjeza thank you very much for your proposal. This works indeed. But I still do not understand why this is additional dependency: ``` com.softwareag.c8y.mqtt mqtt-mapping-service ${revision} ``` is required? It...

@snjeza: I created a branch to demonstrate the error. [bug-vcode-java](https://github.com/SoftwareAG/cumulocity-dynamic-mapper/tree/bug-vcode-java) In vscode it does not work: ![error_vscode](https://github.com/redhat-developer/vscode-java/assets/29702059/c55442f7-f40b-4b47-a280-ef9be746bf5b) but the same works in intellij: ![works_intellij](https://github.com/redhat-developer/vscode-java/assets/29702059/fa859842-066c-4f2b-924a-6f5b8a2bdfc8)

Hi @cshang2017, Could you provide more detail of the observation? 1/ The issue relates with dataoverlay, correct? - Yes, it is only related to overlays. The glb image is always...

Hi, we set `max_queued_messages` and `max_queued_bytes` to 0 ( no limitation). With the Mosquitto Bridge, persistence worked perfectly. After about a quarter of an hour and about 300 KB of...

We look into using the build-in bridge since we ran into the following issues with the mosquitto bridge: 1. https://github.com/eclipse/mosquitto/issues/1334 2. https://github.com/eclipse/mosquitto/issues/2795