dragonpil

Results 10 comments of dragonpil

I rechecked again everything and logged into the app container: here the example with the matterpoll plugin ~/plugins/com.github.matterpoll.matterpoll/server/dist $ whoami mattermost ~/plugins/com.github.matterpoll.matterpoll/server/dist $ id -u mattermost 2000 ~/plugins/com.github.matterpoll.matterpoll/server/dist $ ls...

In the above example the service has a selector for label app == reference. In the deployment you have the corresponding label app == references defined. Actually we could implement...

Hi @quintush thanks for picking up my PR. I just saw that the merging is blocked but I do not get why the test coverage fails or what I can...

Hi, I re-read everything and couldn't find the position where I originally thought I saw it – sorry for the confusion. In the meantime, I already started preparing a solution...

> If you're able, test [#1951](https://github.com/nextcloud/social/pull/1951). Should fix this issue. for me this fixed the issue. but yes the comment from [come-nc](https://github.com/come-nc) [on Nov 28, 2024](https://github.com/nextcloud/social/issues/1888#discussion_r1862212890) is right

I have the general issue where the path only accepts one value. When I provide a JSONPath expression that results in an array, only one element is considered. Is there...

> Without reproducible example quite tricky to work on a fix Agree I will provide you an small reproducer

> Without reproducible example quite tricky to work on a fix Hi @ivankatliarchuk so writing the producer helped me to understand why my assumption was wrong. It has nothing to...