Jake Wharton

Results 1657 comments of Jake Wharton

Maybe a Flipper plugin(s)? Would be nice to reuse all that infrastructure provided it helps more than it hurts. Remains to be seen.

Recomposition counts come from here: https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/ui/ui-inspection/src/main/java/androidx/compose/ui/inspection/RecompositionHandler.kt;l=30;drc=31d53bd69c547c0665f04872a22feb525e5b875d

https://developer.android.com/reference/kotlin/androidx/compose/runtime/tooling/CompositionObserver is the new API coming for observability though.

Flipper looks like a bad choice, so probably just going to spin something custom with Compose UI for Desktop and websockets.

Did a spike on this. Blocked by: - ktor accepting custom socket factories on client and server so we can use things like Android's `LocalServerSocket`. - JetBrains Compose runtime 1.6...

Android we do the unix domain socket web socket thing. For iOS maybe https://developer.apple.com/forums/thread/658393

Actually the problem with Compose UI's Box and margins on children is known: #2006. It was simply an omission on the initial PR.

The pointfree library has some non-determinism. I don't know why. Explored a bit here: https://github.com/cashapp/redwood/pull/1988#issuecomment-2077838600

Spec: https://www.w3.org/TR/css-align-3/#gaps