Jan Hurst
Jan Hurst
When trying to rebuild a dev container that is defined in a docker-compose file I consistently see an error about the removal of the previous build of the container failing...
Type: Bug - Build dev container w/ mhutchie.git-graph extension installed - From Git Graph interface checkout a branch, right click on target and "Rebase current branch on this Commit" ...
I wanted to be able to set the resulting Windows executable name in the build.gradle file. This allows configuration via: `getdown { winLauncherName = "$project.name" + ".exe" }`
**Is your feature request related to a problem? Please describe.** I would like to define a DAG that uses a list of inputs to "fan out" to sub DAGs, and...