Tony Robalik

Results 388 comments of Tony Robalik
trafficstars

Is this a feature request or a bug? I thought the grammar could already handle trailing lambas? For example, I think we have a test verifying that it supports `{...

Thanks for the issue. I agree this is a valid use-case.

This duplicates https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/1108. Closing in favor of the latter (I have a workaround posted there).

Could you test this on the latest version? There have been some fixes that might be relevant.

Thanks for the issue. My first thought was memory, and it still might be the case. Do you have a build scan you can share? You could use [gradle-profiler](https://github.com/gradle/gradle-profiler) to...

> hey @autonomousapps , I sent you some data by email a few days ago using your email listed on your profile. Did you check that? I will try to...

`--profile buildscan` isn't super userful for investigating this, unfortunately. I need to know what's happening in the CPU -- the build scan is too coarse grained. Can someone run `gradle-profiler...

@ParaskP7 thanks! Could you do that again, but this time only target the `computeActualUsageDebug` task (or whichever variant of it you're having trouble with)? Looking at the data you sent,...

@ParaskP7 I'd like to make (hopefully just) one more request 😅 When I look at the log included in your zip, I see this ``` > Task :WooCommerce-Wear:computeActualUsageJalapenoDebug UP-TO-DATE ```...