-
继承自MviDispatcher的类IDE会提示错误
Cannot access 'androidx.lifecycle.FullLifecycleObserver' which is a supertype of 'com.xx.zz.event.messenger.BlockMessenger'. Check your module classpath for missing or conf…
-
My `uniffi` version is `0.21.0`. I think there might be an issue when trying to construct uniffi types within a Jetpack Compose `@Preview @Composable`, but I'm not sure if it's a problem with uniffi, …
-
```kotlin
fun readEpochMilliseconds(time: String): Long = ZonedDateTime
.parse(time, EPG_DATE_TIME_FORMATTER)
.toInstant()
.toEpochMilli()
pr…
-
After using `reuse convert-dep5` I ended up down a rat-hole trying to provide copyright and licensing information for `REUSE.toml`. I found the whole experience very user unfriendly.
```bash
$ re…
-
I noticed in this project's README that you weren't sure about the DSL.
Well, what if we changed the DSL over to Android/Jetbrains Compose? It seems like fun idea because:
- Take advantage of th…
-
How can I stop the plugin from printing out the following message? I looked in the the `*.sh` files in the plugins dir but I can't find where it's printing that message.
If I comment out the loadi…
-
Instead of running:
`$ cmake ..`
as the final step of building fwog I used cmake-gui to turn on the examples (only thing I changed):
![image](https://github.com/user-attachments/assets/fe2a8be7-6ce…
-
#### Status as of April 2024
You [should be able](https://github.com/react-native-community/discussions-and-proposals/issues/446#issuecomment-1199893725) to use Compose with React Native, but it [d…
-
While UASTC to ASTC transcoding is lossless, decoding UASTC to RGBA32 directly could produce slightly different results that going via UASTC->ASTC->RGBA32 route with the last step done in hardware.
…
-
Not able to upload Crash report after updating firebase crashlytics to 19.2.0 and bom to 33.4.0. Working fine in firebase crashlytics version 19.1.0 and bom version 33.3.0