Guilherme Delgado

Results 72 comments of Guilherme Delgado

No idea, still waiting for the author @wasabeef to reply.

Same problem here, happens occasionally. ``` viewModel.card.observe(this, Observer { card -> ... lifecycleScope.launch { delay(50) //

There's nothing much I can do since you've to configure the repo in [sonatype](https://oss.sonatype.org/#welcome), etc. One thing you can do, for now, is to manually sync to MavenCentral through Bintray...

Another nice helping article: [Migrating old artifacts from JCenter to MavenCentral](https://www.marcogomiero.com/posts/2021/move-libray-jcenter-to-maven/)

Thanks for your reply. Yes I've a local copy but unfortunately I get the same error

Unfortunately I don't, but I believe it's easy to reproduce. Create a new KMM project and copy that class into the commonMain. Setup your plugin and try to build the...

> Unfortunately I haven't been able to find a way to prevent the recursion from happening without any code changes. You mean changes to `StateMachine.kt` or `KmpNativeCoroutinesSyntheticResolveExtension.kt`?

Having this problem too, some .pdf files just give me this exception: Caused by: java.lang.RuntimeException: error loading page at org.vudroid.pdfdroid.codec.PdfPage.open(Native Method) at org.vudroid.pdfdroid.codec.PdfPage.createPage(PdfPage.java:55) at org.vudroid.pdfdroid.codec.PdfDocument.getPage(PdfDocument.java:18) at org.vudroid.core.DecodeServiceBase.getPage(DecodeServiceBase.java:175) at com.joanzapata.pdfview.RenderingAsyncTask.proceed(RenderingAsyncTask.java:100) at...