Róbert Papp

Results 849 comments of Róbert Papp

I just gave up, the [first PR linked](https://github.com/microsoft/accessibility-insights-for-android-service/pull/146) in this issue has a really good summary. I realized the same steps and migrated to Mockito 5. `static` and `new` mocking...

> without using internal APIs. The only way I know is: `componentFilter(SerializableLambdas.spec { it.displayName != "Gradle API" })` @jbartok Is there a way to get a ComponentIdentifier from `dependencies.gradleApi()`? So...

@swankjesse, from my reading the original issue will be solved by https://github.com/google/guava/commit/ce78fc67cb8b72621e2d1154e8b8b343be97abd0, see the section titled "Selecting the appropriate flavor" in [32.1 release notes](https://github.com/google/guava/releases/tag/v32.1.0), will test when 32.1.1 is released.

Not trivial... got a capability conflict, will have to look deeper later.

Dropping this here, because I think it's tightly related: * https://github.com/google/guava/issues/6904 Also contains an isolated (no Paparazzi, @big-guy ;) repro for a similar (if not the same) issue.

Ah, you have the same issue on this repo: https://github.com/ReactiveCircus/android-emulator-runner/actions/workflows/main.yml

Huh, the output is exactly the same for all API levels, checked 23 and 33, except they don't hang.

Few example runs with many API levels (trivial workflow, 1 ui test): https://github.com/TWiStErRob/net.twisterrob.inventory/actions/runs/7717962548 https://github.com/TWiStErRob/net.twisterrob.inventory/actions/runs/7717761833 https://github.com/TWiStErRob/net.twisterrob.inventory/actions/runs/7716629066 (note: I removed 29, because it was always timing out)

Duplicate of #40, fixed by #43, available in [2.4.0](https://github.com/newrelic/deployment-marker-action/releases/tag/v2.4.0) and later.

Can you please write down the exact steps to reproduce the issue (hopefully with a trivial example project), without it, there's a very low chance of fix.