Tolriq
01/23/2023, 3:31 PMTolriq
01/23/2023, 3:35 PMcaddy[3441]: {"level":"error","ts":1674487755.2051756,"logger":"http.handlers.reverse_proxy","msg":"aborting with incomplete response","error":"http2: stream closed"}
This should have reach the app no?jw
01/23/2023, 4:30 PMTolriq
01/23/2023, 4:58 PMTolriq
01/23/2023, 4:58 PMAnil Kumar
01/24/2023, 2:19 AMjw
01/24/2023, 2:20 AMTrevor Stone
01/24/2023, 7:14 PMCompositionLocal
? It seems like it doesn't work well inside of moleculeFlow
due to it returning Unit
Trevor Stone
01/24/2023, 7:15 PMfun <T> CompositionLocalProviderReturnable(
vararg values: ProvidedValue<*>,
content: @Composable () -> T
): T {
currentComposer.startProviders(values)
val t = content()
currentComposer.endProviders()
return t
}
but seems wonkyjw
01/24/2023, 7:16 PMkevin.cianfarini
01/24/2023, 7:21 PMLandry Norris
01/24/2023, 9:50 PMjw
01/24/2023, 9:50 PMjw
01/24/2023, 9:51 PMjw
01/24/2023, 9:51 PMeygraber
01/25/2023, 8:57 AMeygraber
01/25/2023, 9:29 AMTanuj
01/26/2023, 1:56 PMjw
01/26/2023, 2:15 PMjw
01/26/2023, 2:16 PMTanuj
01/26/2023, 2:20 PMbrabo-hi
01/26/2023, 10:22 PMTrevor Stone
01/27/2023, 3:55 AMjw
01/27/2023, 4:04 AMreturn list(FunctionA(), FunctionB())
is the list dynamic? you can do
return listOfSomething.map { SomeFunction(it) }
Trevor Stone
01/27/2023, 5:32 PMxxfast
01/28/2023, 2:48 AMSuppressed: java.lang.IllegalStateException: A MonotonicFrameClock is not available in this CoroutineContext. Callers should supply an appropriate MonotonicFrameClock using withContext.
On android i'm using AndroidUiDispatcher.Main
like here. Is there an equivalent dispatcher on other platforms that I can use off-the-shelve?jw
01/28/2023, 2:51 AMkevin.cianfarini
01/28/2023, 3:06 AMFilip Wiesner
01/28/2023, 7:02 PMe: Module "app.cash.molecule:molecule-runtime (app.cash.molecule:molecule-runtime-iosarm64)" has a reference to symbol androidx.compose.runtime/Composition.setContent|-2259719813581705387[0]. Neither the module itself nor its dependencies contain such declaration.
What am I doing wrong? I am using Kotlin 1.8.0.Colton Idle
01/30/2023, 12:18 AM