Steffen Olszewski
Steffen Olszewski
1. This sounds like a good idea. It's been a while i worked with OMNeT++, how should that be done? In plain C++ i would use a simple Enum together...
The branch is looking good to me, thanks for the additions. About the clang-format specification, i tried to replicate the current code style. However, there is not a unified style...
It is always very helpful to provide zero context but the plain error message, now everyone can pull out their crystal balls and guess what you did, try to reproduce...
Actually this can be done more easily, the [Gradle Kotlin DSL Primer](https://docs.gradle.org/current/userguide/kotlin_dsl.html#groovy_closures_from_kotlin) has a good description of how to use Groovy closures, your example can be rewritten as follows: ```kotlin...
After doing some research i found a solution for this issue myself. The culprit is that the git information gets extracted during the execution phase but the war task gets...
It doesn't print because it doesn't get executed. If it would get executed, you would get a runtime error because of a type mismatch :wink:. For the `releaseMode` to get...
I rebased against the new base branch and fixed the conflicts. The code is looking good, however currently i can't access my usual environment and therefor can't build and test...
Just a small update, now i could build and test the plugin, it is working for me.
This [run](https://github.com/wxFormBuilder/wxFormBuilder/actions/runs/1410028188) used as bundle [parameter](https://github.com/wxFormBuilder/wxFormBuilder/blob/master/.github/workflows/linux.yml) `wxFormBuilder-3.10.1.flatpak` and produced the artifact `wxFormBuilder-3.10.1-x86_64` that contains the file `wxFormBuilder-3.10.1.flatpak`. Instead i want the containing file to be named `wxFormBuilder-3.10.1-x86_64.flatpak`, either by using...
Is there any benefit to build against wxWidgets 3.2 right now? Is this version available on platforms where it would be a benefit (looking at you, Ubuntu :smile:)? There are...