Gleb Gutnik
Gleb Gutnik
Have you been able to fix this? I'm experiencing the same problem.
I got through it (not sure it was a fix, but tf.cast instead of tf.Variable seemed to help). However, the XLA device kept complaining about something like `Input 1 to...
Hi, are there any plans to fix this issue, maybe some approximate dates? In our team, these English labels in otherwise completely Russian-language app look really bad
I'm experiencing the same issue with JS target when trying to switch from light to dark theme. Where is the right place to provide locale? The error still persists in...
This is especially frustrating since switching UI themes seems to have nothing to do with locales...
Thanks! A similar workaround helped me to override the error for the browser app. It looks too ugly to be posted here, but does the trick at least for now
I just found out that you can provide a ByteArray to the new multiplatform Coil AsyncImage and it will work fine. ``` coil3.compose.AsyncImage( model = ImageRequest.Builder(LocalPlatformContext.current) .data(byteArray) .decoderFactory(SvgDecoder.Factory()) .build(), modifier...
Great, I will give it a try then sometime soon.
Unfortunately, it turns out this fix works for samples where position is updated (credit card), but still doesn't for samples where the background is updated, but the position remains the...
> > Unfortunately, it turns out this fix works for samples where position is updated (credit card), but still doesn't for samples where the background is updated, but the position...