Vincent Pizzo
Vincent Pizzo
Example: Create an extension in jvmMain `WebSocketNetworkTransportExtensions.kt` and add the `implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.4")` dependency to `jvmMain`. ```kotlin package com.apollographql.apollo3.network.ws import kotlinx.coroutines.flow.Flow import kotlinx.coroutines.future.await import java.util.concurrent.CompletableFuture /** * Configure the [WebSocketNetworkTransport] to reopen...
@jpvajda , thanks. I filled it out. Just to note, a lot of people would probably love to use this client from other JVM languages too (like Scala, Clojure, Groovy,...
No problem Colin. Keep up the awesome work!
I suspect that a monkey patch on a monkey patch doesn't work so well!
We're looking to adopt this as part of a pre-commit workflow and we'd need this for things to work appropriately. Would love to see this one added @beaugunderson !
Bump @ecthiender . Any thoughts?
Yeah I definitely think that could help. It would be nice if it could somehow wait to draw until the canvas is actually visible. Maybe keep requesting animations frames while...
How are you stopping the recording process? Anytime the `writeVorbisData` method is called you should probably put the data into a separate buffer so that converted data isn't lost. Make...