Rich Turner
Rich Turner
I still don't understand the need for this `live` option; for example in other parts of the code base the `@input` event handler is attached to the `or-mwc-input` control and...
@MartinaeyNL If you run the latest commit in your IDE the tunnel should now work (would be good for someone else to try this than just me), environment variables (copy...
FYI: This was a proof of concept project carried out by a group of students and therefor support isn't possible (unless one of the students involved are able to help).
FYI: This was a proof of concept project carried out by a group of students and therefor support isn't possible (unless one of the students involved are able to help).
Hi thanks for the quick reply, I've just decided to role my own git ignore check task using simple git CLI: ``` task checkFilesGitIgnoredNew(type: Exec) { def args = []...
Your example > Hi, Can you post here a simple file hierarchy to check? I do not have Windows but I think I can try to debug via CI and...
Here's the finished gradle task that just uses git CLI and works ok for me: ``` task checkFilesGitIgnoredNew(type: Exec) { def args = [] if (isFamily(FAMILY_WINDOWS)) { args.add("cmd") args.add("/c") }...
Just tried `2.0.3` and this still doesn't work. Sticking with my own task defined above.
Should introduce a WS ping pong and check keep alive / timeout config.
This should solve the service startup issues seen on Balena, feel free to give it a try @pankalog If ok then it can be approved and merged, would suggest removing...