workflow-kotlin icon indicating copy to clipboard operation
workflow-kotlin copied to clipboard

A Swift and Kotlin library for making composable state machines, and UIs driven by those state machines.

Results 146 workflow-kotlin issues
Sort by recently updated
recently updated
newest added

Discovered this while pairing with @steve-the-edwards: Situation: Using a Mock to verify a number of calls to a dependency of a Workflow `verifyActionResult` will apply the `processedAction` to the current...

enhancement
testing

When using a certain configuration of nested workflows (I haven't found exactly the logic there), involving a backstack container (it _might_ be a red herring I guess), Compose's insets are...

We calibrated the render pass counting performance tests that run on CI to the speed of the emulators on CI that we use. However, if we re-run locally the outcomes...

testing
optimization

Either that or #840 somehow broke it? Either way, its `@Ignore`ed now so we need to fix it and get it running again.

testing
optimization

I just realized this wrapping pattern (even before this change) might introduce an extra view unnecessarily when the wrapped rendering's factory is a `ComposeViewFactory`. It shouldn't affect correctness but something...

ui
compose

Placeholder for this thought in the `optimization` backlog. @zach-klippenstein and I once talked about re-writing the `WorkflowNode` tree using compose mechanisms (and optimizations?) but the problem there (IIRC) was that...

optimization

Ready for a pass as the changes are non-trivial. Reviewing by may should help. 1. Add JS target. 2. Fix test names to non back-ticks for common tests can't have...