Shabinder Singh

Results 57 issues of Shabinder Singh

## 🐛 Describe the bug Even after applying the plugin in project with compileKotlinJvm, DebugMetadata annotations are still there. ## ⚠️ Current behavior Same as said, DebugMetadata still there. ##...

Uncommit and Ignore local.properties.

``` Fatal Exception: xw: Compose Runtime internal error. Unexpected or incorrect use of the Compose internal runtime API (pending composition has not been applied). Please report to Google or use...

Support for ARM64, since apple m1s and arm64 are not becoming mainstream, its a good to have.

**Describe the bug** supabase db reset doesnt reset supabase_functions.hooks and so **To Reproduce** Run `supabase db reset targetting a db-url` **Expected behavior** - All db should be reset to clean...

**Describe the bug** Deadlock caused by trying to capture lock on storeLock in tryEagerlyResolveConflicts in RealMutableStore.kt. **To Reproduce** - Reach to a state, when store need to resolve conflicts and...

bug

Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating 'window.livewireScriptConfig["uri"]') Trying out roadmap, getting this when performing some actions on the ui, after doing a page reload gets fixed...

Would appreciate very much a support for bunding in custom JS, using [external](https://kotlinlang.org/docs/js-interop.html#external-modifier) declarations using user defines js files. I can see this very much collides with adding the support...

Happens after updating to **kotlin 2.0.2x** ``` java.lang.NoSuchMethodError: 'void org.jetbrains.kotlin.ir.symbols.impl.IrSimpleFunctionSymbolImpl.(org.jetbrains.kotlin.descriptors.FunctionDescriptor, int, kotlin.jvm.internal.DefaultConstructorMarker)' at app.cash.zipline.kotlin.IrKt.irConstructorBody(ir.kt:193) at app.cash.zipline.kotlin.IrKt.getOrCreateCompanion(ir.kt:409) at app.cash.zipline.kotlin.AdapterGenerator.generateAdapterIfAbsent(AdapterGenerator.kt:201) at app.cash.zipline.kotlin.AdapterGenerator.adapterExpression(AdapterGenerator.kt:94) at app.cash.zipline.kotlin.AddAdapterArgumentRewriter.rewrite(AddAdapterArgumentRewriter.kt:79) at app.cash.zipline.kotlin.ZiplineIrGenerationExtension$generate$transformer$1.visitCall(ZiplineIrGenerationExtension.kt:88) at org.jetbrains.kotlin.ir.visitors.IrElementTransformerVoid.visitCall(IrElementTransformerVoid.kt:299) at org.jetbrains.kotlin.ir.visitors.IrElementTransformerVoid.visitCall(IrElementTransformerVoid.kt:19) at org.jetbrains.kotlin.ir.expressions.IrCall.accept(IrCall.kt:24)...

### General Info - [X] I checked for similar bug report - [X] I am using the latest version - [X] I checked the [troubleshooting](https://github.com/supabase-community/supabase-kt/blob/master/TROUBLESHOOTING.md) page for similar problems ###...

bug