Jonathan Mercandalli

Results 9 comments of Jonathan Mercandalli

Hi @maneesht, My app is not directly depending on `org.json` but is depending on external non-android java libraries that are depending on the latest version of `org.json` *(transitive dependency)*. Indeed...

This [answer](https://slack-chats.kotlinlang.org/t/520838/so-i-got-compose-web-working-when-rendering-on-a-canvas-but-#b0d5b8b9-63b8-4c3d-8cef-1a44eecfbae9) from `darkmoon_u` was an help for me. Wrapping with this will "fix" the issue but will make the code fail with this error `Uncaught ReferenceError: org_jetbrains_skia_Paint__1nMake is not...

Idem on my side. I tested by importing font from js resources like that: - `id("org.jetbrains.compose") version "1.5.0-dev1049"` - Kotlin 1.8.20 - skiko ```kotlin val fontFamilyState: MutableState = remember {...

Hello, Whaw, thanks for this detailed issue. Nice catch, indeed, the app is using Google [Dynamic Delivery](https://developer.android.com/studio/projects/dynamic-delivery) feature that force installation with multiple APKs (I suppose it's the cause of...

Idem on my side, `"com.google.firebase:firebase-crashlytics-gradle:3.0.0"` -> `Circular dependency between the following tasks...`.

> This issue can be verified by running the Now in Android sample app from this PR: [android/nowinandroid#1050](https://github.com/android/nowinandroid/pull/1050) By declaring a `ContentProvider` with an `initOrder="101"` and by putting the StrictMode...

Thks, - 1/ No crashlytics is not "really necessary" and will be removed in mid 2019 (as it should be for any project). - 2/ Yes Firebase is really necessary...

Hi, Thank you for your feedback. I will see what I can do but this feature seems pretty advance. I mean it's not a feature proposed by [chrome](https://play.google.com/store/apps/details?id=com.android.chrome) if I'm...

AH, I understand why you are talking about proxy. I just saw your [browser](https://github.com/cubanitoalex/hcqho) and the feature `Orbot Proxy support and I2P support`. I will see. Thks