-
http://www.google.com/design/spec/material-design/introduction.html#
Let's go through and discuss how this maps onto statecharts.
-
https://github.com/alex/what-happens-when has a detailed walk-through of getting a webpage. Mapping that to a [statechart](https://statecharts.github.io/) might be useful
-
- [x] Abstract functions so as we can have PIM statecharts and just implement functions in a PSM thing
- [ ] external things to replace protocols. Things can define ports and properties and be instan…
-
The page has this snippet:
```
green: {
onEntry: "startHttpRequest",
onExit: "cancelHttpRequest",
...
}
```
followed shortly thereafter by this snippet:
```
function transition(e…
-
Generate [two-dimensional transition table](https://en.m.wikipedia.org/wiki/State_transition_table#Two-dimensional_state_tables) as:
- `./packages/transpiler/table`
- [ ] markdown
- [ ] csv
…
-
I'm switching from `kee-frame.fsm.alpha` to `re-statecharts` and this far I really like the new library!
I think I have stumbled upon a race condition though. I cannot return this from an effect
`…
-
I'm currently trying to connect to one of my peripherals using @abandonware/noble,
As soon as a connection is established, i call discoverServices() and most of the time the connection falls immediat…
-
I think the example itself is not very useful to demonstrate a simulation of multi statemachines. There are at least two issues: (1) the submachines are never entered, (2) all statecharts are cyclebas…
tkutz updated
3 years ago
-
By this I mean things like
* Redux stores and actions
* Elm models and messages
* Etc...
Another opinionated puzzle piece!
-
Hello,
after succesfully installing both scxmld and scxml-cli, I find that the cli 'save' command gives this output (on a freshly created statechart file):
joopmac:stateCharts joopringelberg$ scxml s…