Jake Wharton
Jake Wharton
Assert on output only
It would be nice to have a quick way to exit, which we could hang off of a scope.
* [x] Embed rules * #590 * [x] Test with R8 * #669 * [x] Test with ProGuard * #591 * Automatically extract dependency rules (and our own rules) from...
https://sw.kovidgoyal.net/kitty/pointer-shapes/ Going to mark as blocked on #579 because we should do feature detection and fall back to XTerm-compatible names or nothing if unsupported.
With [KT-67202](https://youtrack.jetbrains.com/issue/KT-67202) partially implemented, we might be able to eventually implement the JVM variant of 'mosaic-tty' fully in Java without a Kotlin stdlib dependency or Kotlin metadata. Realistically we are...
* Markdown-based * Looks good without much effort * NOT be mkdocs + material theme * Static HTML, no SPA garbage * Anchor links without JS * Static search would...
```kotlin buildAnnotatedString { append("one") withStyle(SpanStyle(textStyle = Underline)) { append("two") append(buildAnnotatedString { withStyle(SpanStyle(textStyle = Italic)) { append("three") } }) } append("four") } ``` This is also a problem in Compose UI...
We can detect it and parse it. Let's enable it!