Calvin Liang
Calvin Liang
Support for 10- needed
I made a parser that runs vue-parser on vue code before parsing imports. Should hopfully solve everyone's problem. https://www.npmjs.com/package/import-sort-parser-babel-vue
Thank you! Husky is breaking because your commit messages aren't in the conventional commits format. I'll clean it up and merge 👍🏼 . This might take a few days, it...
Thank you!!! I'll take a look.
Thanks for letting me know, I'll take a look tomorrow
For those looking for a maintained alternative, try https://github.com/Calvin-LL/Reorderable/tree/main
I can't figure out a way to add this easily because it would require a rewrite of how the items are rendered and I'll have to control scroll somehow. Anyone...
You can use `LazyColumn` if you need the feature.
Did some math in #32 > Compose Foundation 1.6.0-alpha08 to 1.6.0 took almost 3 months, the latest Compose Multiplatform 1.6.2 uses Compose Foundation 1.6.4 which is a 20-day gap. So...
Unfortunately that is one of the drawbacks of using [`.animateItemPlacement()`](https://developer.android.com/reference/kotlin/androidx/compose/foundation/lazy/LazyItemScope#(androidx.compose.ui.Modifier).animateItemPlacement(androidx.compose.animation.core.FiniteAnimationSpec)). This happens whenever the position of the first visible item it changed. I'll leave this issue open to see if...