Michael Bailey

Results 127 issues of Michael Bailey

Is there a way to publish to my local maven repo?

### Description of the bug: "Android IDL generation" action does not pick up TMPDIR and LD_LIBRARY_PATH. need to add something like `setEnv(actionEnvironment)` here: https://github.com/bazelbuild/bazel/blob/2361e7492ba94f1faea69fdbc559d4e712bba457/src/main/java/com/google/devtools/build/lib/rules/android/AndroidIdlHelper.java#L403 ### What's the simplest, easiest way...

type: bug
team-Android
untriaged

Update to use QT ~5.15.5~ 5.15.3 or later https://www.qt.io/blog/commercial-lts-qt-5.15.5-released Contains a fix for this proxy issue: https://github.com/canonical/multipass/issues/2325#issuecomment-1097681715

enhancement

**Describe the bug** `brew install mermaid-cli` does not install the latest version. See https://github.com/Homebrew/homebrew-core/issues/100192 and https://github.com/Homebrew/homebrew-core/pull/83338 ~Need to update the formula to work with Apple silicon, and possibly make the...

Google Play Store won't allow you to publish updates build with older API versions. See roadmap: https://support.google.com/googleplay/android-developer/answer/113469#targetsdk People may still need older android API images for Amazon Kindle or custom...

**Use case** If types implement `okio.Closeable`, then you can use `okio.use` to make sure they get closed reliably. **Describe the solution you'd like** Implement something similar to https://github.com/apollographql/apollo-kotlin/pull/4142 for all...

:sparkles: Type: Feature

**Use case** Would like get to have function to get a `Flow` of all pages from a [paginated query](https://www.apollographql.com/docs/kotlin/tutorial/07-paginate-results/). **Describe the solution you'd like** Add something like the `flowFromPaginatedQuery` function...

:sparkles: Type: Feature
:file_cabinet: Normalized cache

Use App Startup instead of contentProviders: https://developer.android.com/topic/libraries/app-startup

enhancement
help wanted

In a build using: Gradle `7.5` AGP `7.2.1` Kotlin `1.6.21` Configuration Cache: ON **TL;DR** ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ **If you have an Android module that depends on a Kotlin (non-android) only module and...

bug
gradle
regression

`internal` in kotlin means it can't be accessed outside the current module. https://kotlinlang.org/docs/reference/visibility-modifiers.html#modules In gradle projects, a "module" is a gradle source set, with the exception that the `test` source...

bug
cli
gradle
never gets stale