Jake Wharton

Results 497 issues of Jake Wharton

Assert on output only

enhancement
good first issue
PR welcome

build and CI
PR welcome
mosaic/tty

It would be nice to have a quick way to exit, which we could hang off of a scope.

enhancement
mosaic/runtime

* [x] Embed rules * #590 * [x] Test with R8 * #669 * [x] Test with ProGuard * #591 * Automatically extract dependency rules (and our own rules) from...

enhancement
mosaic/tty

enhancement
PR welcome
mosaic/tty

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.

enhancement
mosaic/runtime

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...

enhancement
blocked
mosaic/tty
upstream/kotlin

* Markdown-based * Looks good without much effort * NOT be mkdocs + material theme * Static HTML, no SPA garbage * Anchor links without JS * Static search would...

documentation

```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...

bug
mosaic/runtime

We can detect it and parse it. Let's enable it!

enhancement
mosaic/runtime
PR welcome