Martin
Martin
Can you give me any tip how to do this? Maybe I will do some sample.
I have the same problem
Also I want to mention that I included ```fullcalendar```
API to do this https://developer.github.com/v3/repos/releases/#upload-a-release-asset
Gradle plugin that might be helpful https://github.com/BreadMoirai/github-release-gradle-plugin
Yeah I also started thinking about it, but it would be nice to have this functionality in shipkit natively.
Sorry but right now I'm fully involved in Supla project
I can also confirm that in version `1.2.5` this code will not work: ```java mqttClient.subscribe("$shared/group/some_topic/#", 1, (topic, message) -> System.out.println(topic)); ``` instead it's required to use callbacks: ```java mqttClient.subscribe("$shared/group/some_topic/#", 1);...
Hey, I have no idea why build is failing. Probably something connected with OSGi/Karaf. Can someone guide me? https://github.com/openhab/openhab-addons/actions/runs/7227836558/job/19696212521?pr=16065#step:9:894
> Hey, I have no idea why build is failing. Probably something connected with OSGi/Karaf. Can someone guide me? > > https://github.com/openhab/openhab-addons/actions/runs/7227836558/job/19696212521?pr=16065#step:9:894 nvm I found a reason