Jake Wharton

Results 497 issues of Jake Wharton

PR welcome
redwood/ui-lazylayout
toolkit/composeui

For convenience ```kotlin abstract class AbstractComposeUiButton : Button Unit> { private var _label: String? by mutableStateOf(null) protected val label: String get() = _label as String @Override public fun label(label: String)...

redwood/tooling
toolkit/composeui

--- - [ ] `CHANGELOG.md`'s "Unreleased" section has been updated, if applicable.

toolkit/composeui
redwood/ui-basic

Seems like a missing piece. Ya, you can just call the helpers directly, but then you carry around the name.

feature

Seeing this _very_ frequently ``` ZiplineDevelopmentServerTest > webSocketReload FAILED org.opentest4j.AssertionFailedError: expected: but was: at app//app.cash.zipline.gradle.ZiplineDevelopmentServerTest.webSocketReload(ZiplineDevelopmentServerTest.kt:165) ```

PR welcome

Needs: * [ ] Final release * [ ] KSP

blocked

We might want to spin out something like `apiCheck`

PR welcome

Instead of the root `/jni` dir. Just looks nicer when you're inside the jar.

PR welcome
engine/jvm