Jeff Retz
Jeff Retz
Seems like the `androidNative` targets are missing https://github.com/komputing/KHash/blob/master/buildSrc/src/main/kotlin/mpp-module.gradle.kts Please add them
**Is your feature request related to a problem? Please describe.** There is currently no way to execute some javascript and get the value back. For example we wanna execute this...
Please change this android-only project to Kotlin Multiplatform with the according https://github.com/JetBrains/compose-multiplatform implementation. This way it would be possible to use it for Android, Desktop, Browser and iOS
This is hard to reproduce and I only faced this error myself once as well as only once by another user. So I have no idea by what this is...
Currently only nodejs is supported, what about browser, any plans?
### ⚠️ This brings breaking code changes Added support for Implicit auth flow, that directly contains the access token in the redirect. Could not test as it's impossible to build...
Please separate your exceptions more uniquely as there is no way of operating special use-cases. Functions throwing a `IllegalStateException`: - `spec` (2x) - `dispatch` - `checkSpecBlockSet` Maybe create something like...
Seems like the redirect isn't handled with the Firefox browser on Android. Chromium based browsers work fine. https://github.com/DatL4g/Burning-Series/issues/83 ```kotlin OpenIdConnectClient { endpoints { authorizationEndpoint = "https://github.com/login/oauth/authorize" tokenEndpoint = "https://github.com/login/oauth/access_token" }...
Seems like [Compose 1.7.0](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.7.0-alpha03) will come with full adaptive support. Looking forward to some documentation how we should use it with components or direct Decompose integration.
What do you think of an optional buffer value (and maybe color) like most video players have. Would be only visible on the non-animated part of course