Torsten Krah

Results 16 issues of Torsten Krah

Wine does miss a menu icon for Wine itself - like settings, games, tools etc. : ``` [Desktop Entry] Type=Directory Name=Wine Icon=wine ``` site: https://www.winehq.org/ logo: https://dl.winehq.org/share/images/winehq_logo_glass.png

Hi, we are using different bundles and the one who does configure them and the one who does operate the app in question are not always the same person. We're...

type: enhancement
status: pending-design-work

If using e.g. this task: ``` tasks.register('logContainer', DockerLogsContainer) { dependsOn startContainer targetContainerId tasks.startContainer.getContainerId() follow = true tailAll = true } ``` it does copy the content of "docker logs -f...

bug

This is an enhancement request. At the moment you can configure in the DockerExtension only one credential set: ``` pluginManager.withPlugin("com.bmuschko.docker-remote-api") { docker { registryCredentials { url = "https://${dockerRegistry}/v2/" username =...

enhancement

The script command does accept files only at the moment. If the command would use something like this: ``` public void script(String ref) throws Exception { Resource res = getApplicationContext().getResource(ref);...

type/enhancement
type/help-needed

Hi, I did add some rules to my `settings.gradle` like this: ``` dependencyResolutionManagement { components { all { allVariants { withDependencies { removeAll { it.group in ["com.oracle.jdbc", "com.oracle.database.jdbc"] } }...

a:enhancement
in:capability-conflict

I am trying to open a ZIP file which has zip64 support set but JSZip fails to handle that, while unzip or zipinfo and others are working: Code: ``` "use...