Gábor Berényi

Results 28 issues of Gábor Berényi

My issues with Dagger include: - https://github.com/google/dagger/issues/4303 - https://github.com/google/dagger/issues/3916 E.g. implement something along the lines of https://github.com/InsertKoinIO/koin/issues/472

**Description** https://google.github.io/accompanist/api/adaptive/com.google.accompanist.adaptive/-two-pane.html looks very much redundant with ListDetailPaneScaffold (https://developer.android.com/develop/ui/compose/layouts/adaptive/list-detail) **Steps to reproduce** **Expected behavior** **Additional context**

### How to reproduce occasionally happening due to Compose not guaranteeing a non-null Shader for a Paint: https://developer.android.com/reference/kotlin/androidx/compose/ui/graphics/Paint#shader() ### Observed behavior ``` java.lang.IllegalArgumentException: Required value was null. at com.patrykandpatrick.vico.compose.component.shape.shader.BrushShader.createShader(BrushShader.kt:54) at...

needs information
bug

``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'char java.lang.String.charAt(int)' on a null object reference at okhttp3.internal.idn.IdnaMappingTable.findRangesOffset(IdnaMappingTable.java:242) at okhttp3.internal.idn.IdnaMappingTable.map(IdnaMappingTable.java:130) at okhttp3.internal._HostnamesCommonKt.idnToAscii(-HostnamesCommon.kt:322) at okhttp3.internal._HostnamesCommonKt.toCanonicalHost(-HostnamesCommon.kt:307) at okhttp3.HttpUrl$Builder.parse$okhttp(HttpUrl.java:1448) at okhttp3.HttpUrl$Companion.get(HttpUrl.java:1744) at okhttp3.HttpUrl$Companion.parse(HttpUrl.java:1754)...

bug

### [READ] Step 1: Are you in the right place? Yes ### [REQUIRED] Step 2: Describe your environment * Android Studio version: 2024.3.2 * Firebase Component: Analytics * Component version:...

api: analytics
needs-info
no-recent-activity

Lint found 1 error. First failure: .gradle/caches/8.13/transforms/b925172f754260afd1e88c4cc03541bb/transformed/mockk-agent-android-1.13.17/jni/arm64-v8a/libmockkjvmtiagent.so: Error: The native library arm64-v8a/libmockkjvmtiagent.so (from io.mockk:mockk-agent-android:1.13.17) is not 16 KB aligned [Aligned16KB] Explanation for issues of type "Aligned16KB": Android has traditionally used...

android

Showkase annotations already support a parameter like tags = ["ready for review"] but visually, it is not reflecting yet, that's because the follow-up PR to https://github.com/airbnb/Showkase/pull/309 was never done. We...

**Describe the bug:** Encrypt-decrypt no longer works **What was the expected behavior?** BAU **How can we reproduce the bug?** Migrate from deprecated ` val aead = handle.getPrimitive(Aead::class.java)` to the new...