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 167 workflow-kotlin issues
Sort by recently updated
recently updated
newest added
trafficstars

@zach-klippenstein @bencochran and I just independently had the same thought: what if the DI-esque Kotlin samples were changed s.t. all workflows were `object`, and all injection happened via Props, using...

documentation
kotlin

enhancement
help wanted
kotlin
points: 3
lint-checks

Right now it tells you which workers are duplicates, but it doesn't tell you which workflow is rendering them. This makes it hard to troubleshoot crashes from workflows that are...

bug
kotlin

In Android Studio, right-click on `Main.kt` and choose Run. Press the spacebar Kaboom: ``` Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 13 at java.lang.String.substring(String.java:1963) at com.squareup.sample.hellotodo.EditTextWorkflowKt.insertCharAt(EditTextWorkflow.kt:99) at...

bug
kotlin

If you have a worker that is incorrectly implemented, in that it always returns `false` from `doesSameWorkAs` and its Flow completes immediately, your workflow will enter an infinite render loop....

enhancement
testing
kotlin

If a `LayoutRunner` that is being used to render a view inside a `WorkflowViewStub` calls `backPressedHandler =` on the root view (the view passed to the `LayoutRunner`'s constructor), that view...

bug
kotlin

Timeout exceptions thrown from the coroutine library's `withTimeout` function are useless. We should catch and re-throw with a real exception that has a real stacktrace.

bug
kotlin

We used to use Dependabot to ensure we kept our dependencies on their latest versions, but it does not support our `Dependencies.kt` file. There are a number of options here,...

kotlin
proposal
dependencies
meta