-
### Steps to reproduce
Enable Mardown, but not LaTeX math. Send this message.
```
o
c$h
d$$E(D8$$S)
w$P
```
### Outcome
Element crashes.
### Your phone model
Samsung
### Operating syst…
opk12 updated
2 years ago
-
Hi all!
Have been using Epoxy for a few months and really like the Databinding DSLs that are generated, however, ran into an issue the other day and wonder how to proceed correctly. Here's what I'v…
-
I have the requirement to trace all errors in app, even if those are properly handled by the code and UI. So i need to create some global error handler for all `execute` function, that will be called …
-
With the AndroidX ViewModel class, we can retrieve a view model both by using property delegation or by calling
`ViewModelProvider(owner).get(MyViewModel::class)`
but with Mavericks, the closest eq…
-
## Road map
- [2024年移动端技术探索](https://mp.weixin.qq.com/s/WS29uBbJYzVJm_HgSRRoKg)
### IDEA 插件
- [自定义 IDEA 插件 → 划词翻译替换](https://mp.weixin.qq.com/s/EZaOoBf8RyBElQtNBl4b5Q)
### SDK
- [FinClip SDK …
-
I understand that immutability is good (well, I guess I know it's good because it makes things thread safe).
I don't understand how changing a value in my Car (i.e. let's say I increase passengerCo…
-
Hello, creating this issue to gather some feedback or better solutions on handling one-shot events / side effects.
**TLDR**: Under some circumstances where you need to allow backwards navigation I …
-
Is it possible to consider applying mvrx to [kmm](https://kotlinlang.org/docs/mobile/home.html)? Not just for Android。
-
From where do I get the dependency for - hiltMavericksViewModelFactory.
The docs do not have any reference to it.
-
Using .flowWhenStarted() now throws this error:
```
java.lang.IllegalStateException: Flow invariant is violated:
Emission from another coroutine is detected.
Child of StandaloneCoroutine{A…