Jake Wharton
Jake Wharton
Yes, this is planned. I also confirmed with Colin before Coil 3 went stable that will be able to use its core for image loading.
There's a lot of "draw the rest of the owl" here, but we'll get there!
One problem is that there's no way to query for support of this protocol. So we have to resort to opt-in flags and/or terminal detection. This just came up today...
Thanks! I hadn't actually looked myself, and was going off that Ghostty issue (that you also replied to). Glad to see it's the same basic mechanism as keyboard.
Marking as blocked. While probably not _strictly_ true (I'm not actually sure what we can do here with Mordant), we really want #579 first where this should become trivial.
Probably going to go with a ``` @Composable fun WindowTitle(title: String) ``` which are aggregated into a list (a la `BackHandler` in Compose UI) and the topmost one will win.
Would be nice to add a JVM test variant which runs R8
This is a huge pain in the ass. R8 problems: - It does not filter out the contents of folders like it does jars, so the JNI libraries offend it....
ProGuard produces a `VerifyError`. Sigh.
This is a normal timeout which occurs due to the timeout values on the `OkHttpClient` which are either the default values or your overridden ones. The solution is to bump...