Jonathan Schear
Jonathan Schear
Unfortunately I haven't -- I actually stopped using OkReplay for separate reasons soon after this issue popped up. I think I have a pretty good idea of what needs to...
I think I was wrong about moving to the `BaseExtension#deviceProviders` being a solution -- that function returns an empty list when I test locally, and it appears to be an...
Sounds good -- thanks for the update. We've been looking at making some other changes (in short: our app uses ABI splits, which fladle/fulladle doesn't handle right now), and were...
I'll try to put together a reproducer today or tomorrow. We also saw this on Gradle 7.1.1.
Unfortunately I was unable to reproduce this in a small project. (Here's the project I was trying with: [gradle-worker-cme-repro.zip](https://github.com/gradle/gradle/files/7100179/gradle-worker-cme-repro.zip))
I saw similar behavior, and the root cause was a small bug in the collation of test results: https://github.com/MobileNativeFoundation/bluepill/pull/515 Are you seeing invalid XML files created in any of your...
+1 to publishing to a Maven repo. It looks like other Microsoft Android SDKs are published to Maven Central: https://mvnrepository.com/artifact/com.microsoft.identity.client/msal/2.0.12 Publishing the AAR and Gradle Plugin JAR to a Github...
That linker error looks like `zlib` symbols are missing -- adding `sdk_dylibs = ["z"]` to a target would probably fix that. I tried to reproduce it, but I'm actually able...
I started looking into this. Initially looking at mach-O binaries. In the output of `dsymutil -s bench-folder-main/crates/cli_testing_examples/benchmarks/nQueens`, I can see a few absolute paths that may be one issue. ```...
My understanding is that this is "working as intended" from the point of view of Bazel core -- module maps are only used for importing clang modules into Swift. Even...