Luca Spinazzola
Luca Spinazzola
This is not an issue with the current release. But I am attempting to update the project to use the latest compose-jb alpha `1.2.0-alpha01-dev707` supporting kotlin `1.6.21` to add js...
using `com.android.tools.build:gradle:7.0.0-alpha04` install fails with: ``` An exception occurred applying plugin request [id: 'com.github.dcendents.android-maven'] > Failed to apply plugin 'com.github.dcendents.android-maven'. > Configuration with name 'compile' not found. ```
Adds support for #93 Also, I had to change the base java version to 11 due to this error: ``` [ERROR] Failed to execute goal com.spotify.fmt:fmt-maven-plugin:2.18:format (default) on project ffmpeg:...
This most definitely not ready to merge. But, I thought others might be interested. I implemented a basic Chromecast web app receiver that can display a single camera and audio...
A multiplatform port of the project. Kotlin and dependencies have been updated to the latest Targets: ``` "macosX64", "macosArm64", "iosArm64", "iosX64", "iosSimulatorArm64", "tvosArm64", "tvosX64", "tvosSimulatorArm64", "watchosArm32", "watchosArm64", "watchosX86", "watchosX64", "watchosSimulatorArm64",...
Not sure if this is intentional, ui-graphics isn't being published for android https://maven.pkg.jetbrains.space/public/p/compose/dev/org/jetbrains/compose/ui/ui-graphics-android/
For example ```xml we\'re ``` ```kotlin var stringsProvider : JsStringProvider = MR.stringsLoader.getOrLoad() val wereString = StringDesc.Resource(MR.strings.were).localized(stringsProvider) println(wereString) ``` On JS will print `we\'re` but using [resources-compose](https://github.com/icerockdev/moko-resources/tree/master/resources-compose) on android and jvm...
I'm using PoseDetectionAccurate in my project. Could add the PoseDetectionAccurate bundle, or is there a workaround I can use to do it myself?
Changelog --- - Added `getCompletedSegments`. - Changed indentation from 4 to 2 spaces - Added `setDuration` and `setProgress`
I'm converting from the `/txs` end point to `/cosmos/tx/v1beta1/txs` The [documentation](https://v1.cosmos.network/rpc/v0.45.1 ) shows an example of a /txs post body as: ``` { "tx": { "msg": [ "string" ], "fee":...