twatzl
twatzl
Especially in the field of museum railways the event days might get rather complex. There are - single day events - multi day events - recurring events In the end...
ports should be configurable the services should have a configurable address for the eventdb.
currently we have: ``` task("imageBuild") { inputs.file("src/main/docker/Dockerfile") inputs.files(tasks.named("jar")) dependsOn(tasks.named("assemble")) commandLine("docker", "build", "-t", "localhost/boudicca-events-eventcollectors", "-f", "src/main/docker/Dockerfile", ".") } ``` we could directly put in another tag with the current version taken...
currently the defined dependency versions in the project are a bit chaotic. the end goal should be that all dependency version are set in the gradle version catalog in gradle/libs.versions.toml
https://www.salzkammergut-2024.at/veranstaltungen/
The server of your Workflow repository seems to be down or at least unreachable.
support build for arm64 support using podman instead of docker (necessary e.g. for using fedora silverblue as dev machine)
Hi, I am experiencing a weird issue with compose 0.3.1 on Windows 10. When I build any app, the app is either flickering or completely black. The same behavior could...
I have not found any similar idea in the issues here. I hope I have not missed one, if so I am sorry. So basically this is an idea for...
Hello, thanks for providing this library. Unfortunately I ran into an issue with it and it does not behave exactly as I would expect it to do. So I am...