Anmol Verma
Anmol Verma
what should i change in my code?
Stack Trace ` Error: XMLHttpRequest error. dart-sdk/lib/_internal/js_dev_runtime/patch/core_patch.dart 906:28 get current packages/http/src/browser_client.dart 71:22 dart-sdk/lib/async/zone.dart 1612:54 runUnary dart-sdk/lib/async/future_impl.dart 152:18 handleValue dart-sdk/lib/async/future_impl.dart 704:44 handleValueCallback dart-sdk/lib/async/future_impl.dart 733:13 _propagateToListeners dart-sdk/lib/async/future_impl.dart 530:7 [_complete] dart-sdk/lib/async/stream_pipe.dart 61:11 _cancelAndValue...
I am passing data to some fragment in bundle and while receiving it throws the exception "java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.b.h.b, parameter schoolName" java.lang.IllegalArgumentException: Parameter specified...
I am using a CompositionLocalProvider like ``` CompositionLocalProvider( LocalWindowDpSize provides rememberWindowDpSize(), LocalWindowLayoutInfo provides windowLayoutInfoState.value, LocalPosture provides postureState.value ) ``` and in my composable `LocalWindowLayoutInfo.current.isSeparating` is always false and ``` val...
We have kt lint checks as git pre commit hooks, someone needs to fix it for the base project and setup code style for kt lint to pass.
[Paparazzi link](https://github.com/cashapp/paparazzi)
`> Task :android:checkDebugDuplicateClasses FAILED Execution failed for task ':android:checkDebugDuplicateClasses'. > A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable > Duplicate class com.google.protobuf.AbstractMessageLite found in modules jetified-protobuf-java-3.21.6 (com.google.protobuf:protobuf-java:3.21.6) and jetified-protobuf-javalite-3.21.1 (com.google.protobuf:protobuf-javalite:3.21.1) Duplicate class...