David Chang
David Chang
When using Chuck in our application, I found an issue when trying to log out and logging back in. When logging out of our application, the [databaseHelper](https://github.com/jgilfelt/chuck/blob/master/library/src/main/java/com/readystatesoftware/chuck/internal/data/ChuckContentProvider.java#L38) should be closed....
We'd like to use this code https://github.com/aosp-mirror/platform_frameworks_support/commit/bf04c31bd91bc6188abef45f7d9c1fa4040e5633#diff-46afb720089a0149afb46f71274f5642 from our Kotlin tests, can you please include it into Truth? We could just add it to one of our internal libraries and...
We recently migrated from `buildSrc` to convention plugins which are being pulled in as an `includeBuild` in our `settings.gradle`. Currently, I only have our app module in `settings-all.gradle` and the...
Example: https://github.com/dropbox/dropbox-sdk-java/pull/361 > Secrets are not passed to workflows that are triggered by a pull request from a fork. Our tests require usage of an auth token, and secrets are...
**Describe the bug** When using `bazel_maven_repository`, the build fails to compile with the error in the title: `zip END header not found`. Using `rules_jvm_external` in the same codebase is able...
Hey! Our devs were asking for exactly something like this and I was happy to see it already exists. However, this currently doesn't work for us because we rename all...