Eugene Petrenko

Results 29 issues of Eugene Petrenko

Could be nice to be able to build project (and download dependencies) via a console build, e.g. maven or gradle

When debugging an IDE, it is necessary to make sure the IDE behaves exactly the same way as it does on user machines. Right now, the `runIde` task uses that...

enhancement

- PowerShell version: 5.1.19041.610 - git version 2.30.0.windows.2 - OS: Microsoft Windows NT 10.0.19042.0 I'm lacking the way to disable git status presentation for selected repositories. I have several huge...

I have a web-server. For me it could be handy to deploy the logging under something like `http://host/_logs`. It could be nice if I could configure that path in log.io...

Gradle plugin repository https://plugins.gradle.org allows using the new plugin DSL in Gradle without any additional configuration, e.g. ``` plugins { id("the plugin id") version "1.2.3" } ``` Right now we...

gradle

Let's include mode documentation, document thins for one, who is coming from Kotlin/JVM world, and have no detailed understanding of how to deal with technology. Gradle build setup is nice...

Copy-pasting Gradle/groovy examples to Gradle/kts does not seem to work clearly. It might be nice to have a `.kts` examples too for those who decided to use Gradle Script Kotlin.

property syntax. Received element is not cached and received directly from the [Document] by calling [Document.getElementById] function on every property access. Throws an exception if element is not found or...

In my case, I have about 80 sub projects in folders `./gradlew :src:' + complete I expect is to list projects first and after that the actual `:src:` project tasks....

a:feature
from:contributor