Gábor Berényi
Gábor Berényi
Beta 5 resolved this
The readme mentions this is on the roadmap: "Generating a web version of the Showkase browser with documentation, search and screenshots." Sounds like https://github.com/Kotlin/Storytale
Is this repo still maintained? Could you merge this?
This would be very useful for the CombinedBarChart as well which doesn't handle negative values properly.
We can play back using either desktop VLC player (which should find metadata if it was available) or via ExoPlayer in our mobile app (which doesn't support metadata retrieval so...
Ok I looked up https://en.wikipedia.org/wiki/Action_Message_Format and it does not seem to be of any help here - I don't see a way to embed titles and timestamps for streams. Now,...
I did add the license key in GoCoderSDKActivityBase. It is the latest SDK I downloaded today.
done
Just to clarify, will Open telemetry as well as Splunk RUM properly handle network subtype being null? If so, it should not be added here by default: https://github.com/open-telemetry/opentelemetry-android/blob/1775b152a3cac5ede00815d4ac637251129144da/instrumentation/src/main/AndroidManifest.xml#L6
https://github.com/square/okhttp/blob/02d69bf883c47905d0ad3fd9d2ad75b8ede75bb9/okhttp/src/main/kotlin/okhttp3/internal/idn/IdnaMappingTable.kt#L242 tries to read an index from a `String` that obviously doesn't exist, easy fix would be to add a sanity test before getting the index since ranges is `String`...