Darrious Liu

Results 9 issues of Darrious Liu

``` ../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/fl_chart-0.8.7/lib/src/extensions/canvas_extension.dart:6:1: Error: This requires the 'extension-methods' language feature to be enabled. Try updating your pubspec.yaml to set the minimum SDK constraint to 2.6 or higher, and running 'pub get'....

Fixed Compose ViewModel importing incorrect package names under default module

**Describe the bug** No matter where I add ```kts ksp { arg("KOIN_USE_COMPOSE_VIEWMODEL", "true") } ``` , it still import `org.koin.androidx.viewmodel.dsl.viewModel` **Expected behavior** import `org.koin.compose.viewmodel.dsl.viewModel` **Koin project used and used version...

**Is your feature request related to a problem? Please describe.** Any plans to support animated images such as gif/animated webp on multiplatform? **Describe the solution you'd like** Right now only...

enhancement
help wanted

问题出在MMKVFlow里的compareAndSet方法 ```kotlin override fun compareAndSet(expect: V, update: V): Boolean = flow.compareAndSet(expect, update).also { setSuccess -> if (setSuccess) setMMKVValue(value) } ``` 第一次更新成功后调用setMMKVValue(value)的时候错误的把value也就是mmkv本地的初始值又给写到mmkv里了,导致后面再调用update方法时候拿到的始终是初始值,而stateflow的update方法 ```kotlin public inline fun MutableStateFlow.update(function: (T) -> T) {...

### 📦 Platform Self hosting Docker ### 📦 Deploymenet mode server db(lobe-chat-database image) ### 📌 Version 1.88.2 ### 💻 Operating System Windows ### 🌐 Browser Chrome ### 🐛 Bug Description...

🐛 Bug
unconfirm

**Describe the bug** Within Module blocks generated using the `@Module` and `@ComponentScan` annotations, the order of declarations varies across different environments, resulting in failed reproducible builds for F-Droid. ```kotlin package...

Many AI models now return latex with formulas, it's necessary to support latex display in markdown.