-
I am supplying picasso through Koin (DI).
This is my Picasso configuration
```
fun getPicasso(context: Context, downloader: OkHttp3Downloader): Picasso {
return Picasso.Builder(context)
…
-
it'd be good to have some basic recent transaction history in the extension -- or alternatively, at least a link to see each account's transactions in block explorers for different networks
-
(파일의 구조가 의도하셨던 것과 다르다면 그 부분도 지적해주시면 감사하겠습니다! 구현하다보니 무언가 잘못되어가는 것을 느끼고 있어서요...
TokenRepository가 아니라 LoginRepository 등으로 만들어 내부에서 Token을 따로 처리해야될 것 같다는 생각이 들었습니다.)
이번 과제에서 token을 발급받은 뒤, persist하게 유…
-
https://github.com/line/centraldogma/blob/69572e15427626a890c9a0870618d4c1908d1c72/testing/junit/src/main/java/com/linecorp/centraldogma/testing/junit/CentralDogmaExtension.java#L108-L117
I don't s…
-
```
ERROR
_this.randomUUID is not a function
TypeError: _this.randomUUID is not a function
at kotlin.uuid.randomUUID_$external_fun (webpack-internal:///./kotlin/ComposeApp.uninstantiated.mjs:1…
-
**Please complete the following information:**
- Library Version: 2.4.0
- Affected Device(s) [ Samsung A52S with Android 14.0]
**Describe the Bug:**
kotlin = "2.0.20"
ktorClientCore = "2.3.1…
-
报错 Cannot create an instance of class com.wanandroid.module_home.HomeViewModel,好像
val type = (this.javaClass.genericSuperclass as ParameterizedType).actualTypeArguments
mViewModel = Vie…
-
Perheen parisuhteen kesto on nykyisin talletettu _Familyn_ sisään _DateRange_-objektina `[datetype, date1, date2]` mutta ei kuitenkaan ota huomioon mahdollista puolison kuolinajan puuttumista.
Date…
-
**Describe the bug**
I'm using Precompose in an Android application, I however noticed each time I navigate to the same Scene that uses the same `ViewModel`, the same `ViewModel` instance is return…
-
There's a lot of functionality I built custom for Orchid, but I would like to start migrating some of that stuff to libraries that could do it better and reduce the maintenance burden of Orchid. There…