-
Updated
Aug 11, 2021 - TypeScript
state-machine
Here are 1,063 public repositories matching this topic...
-
Updated
Mar 28, 2021 - TypeScript
-
Updated
Jul 31, 2021 - Ruby
-
Updated
Jul 7, 2021 - Python
-
Updated
Jul 14, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
I'd like to have scrollbars that I can use. It would help me with visual orientation on the workspace.
I'd like to be able to scroll with the mouse wheel, instead of zooming in / out.
Describe the solution you'd like
A configuration option to enable scrollbars.
A configuration option to set the behaviour of the mouse whe
-
Updated
Aug 5, 2021 - Python
-
Updated
Apr 1, 2021 - Java
-
Updated
Aug 14, 2020 - Ruby
-
Updated
Jan 23, 2019 - JavaScript
-
Updated
Jul 12, 2021 - C++
If you think this will be the same for all apps you could just extract it into a separate .gradle file and apply to demo apps.
Something like:
./buildscript/configure-sample-app.gradle
apply plugin: 'com.android.application'
android {
defaultConfig {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
testOptions {
animationsDisabled = true
-
Updated
Oct 2, 2018 - JavaScript
-
Updated
Aug 11, 2021 - Ruby
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Jun 10, 2021 - Python
-
Updated
Jun 28, 2021 - C++
-
Updated
Apr 18, 2021 - Ruby
-
Updated
Jul 27, 2021 - JavaScript
-
Updated
Jul 12, 2017 - Java
-
Updated
Jul 14, 2021 - C#
-
Updated
Aug 8, 2021 - TypeScript
-
Updated
May 17, 2021 - C++
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Jul 1, 2021 - C
-
Updated
Aug 11, 2021 - TypeScript
Improve docs
Would be nice to improve the docs, make it clearer, simpler and easy to understand.
Improve this page
Add a description, image, and links to the state-machine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the state-machine topic, visit your repo's landing page and select "manage topics."


Right now, the context updater function behaves almost like a reducer: it gives you the current context and you have to immutably return the next context.
It would be nice if it merging syntax like the old React's component-based setState.