Nelson Osacky

Results 103 comments of Nelson Osacky

Ah interesting. After the build completes any other build can re-use the daemon so I'm not sure this is a good solution. In general I'm not sure if the `disallowMultipleDaemons`...

Hey, that's a good question. You can find some more information on hunting memory leaks here: https://developers.redhat.com/blog/2014/08/14/find-fix-memory-leaks-java-application/ There are also some links at the bottom of the article on how...

Thanks for all the suggestions. I like the idea of a warning. I am not worried about backward compatibilty for this feature. I don't think it is widely used especially...

I like the idea of the enum. I will play with this a bit. The thing is an enum can be tricky to use with the kotlin Gradle DSL since...

Very good point. What does background do? Warn only? What about erroring the build? so `tag`, `warn`, `error` and `off`? maybe the tagging, warning, and error messages should all be...

Good idea. How can we do that? We aren't configuring tasks and we want to fail the build as soon as possible.

@deepy good suggestion. The use case for the extra message was to point developers to the right solution specifically for the `JAVA_HOME`. Would the error message be customized based on...

Thanks for reporting this. i've never heard of this happening before. How often does this happen? When this does happen, does it cause the IDE's Gradle Daemon to be incompatible...

I think this is quite an edge case. What are the situations where the PATH variable is wrong and how can Gradle Doctor detect that? I just want to be...

Here is the stack trace: ``` Process: com.example.hellocharge, PID: 2589 android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=market://details?id=com.squareup flg=0x10080000 } at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1809) at android.app.Instrumentation.execStartActivity(Instrumentation.java:1523) at android.app.ContextImpl.startActivity(ContextImpl.java:791) at android.app.ContextImpl.startActivity(ContextImpl.java:768)...