-
Hi, any plan to implement Serialize and Deserialize for [ManuallyDrop](https://doc.rust-lang.org/std/mem/struct.ManuallyDrop.html)?
I happen to bump into a case when I need the compiler to not automa…
-
The statecharts website has an [article](https://statecharts.dev/glossary/history-state.html) on what are history states. From the article,
> A history state is a pseudostate, meaning that a state…
-
On [this line in the docs](https://github.com/LevelbossMike/ember-statecharts/blob/master/site/app/docs/statecharts.md?plain=1#L192) we see following example:
```js
import { createMachine } from '…
-
[UML_Cycle.zip](https://github.com/marwern/PLCreX/files/10089567/UML_Cycle.zip)
hello,
I would like to export UML Statechart TwinCAT and import enterprise architecht or visual paradigm,
I attach a …
-
One of the things that I think is missing from this codex is [David Harel's](https://www.wisdom.weizmann.ac.il/~harel/) research on visual formalisms, statecharts, live sequence charts, ect. and all o…
-
Do the following steps to see problem:
- Take an existing statechart model.
- add an element at the top of the region
- Move it several time to the top of the region.
-> all other elements move dow…
-
Hey guys!
Thanks for the great work on making it easier to work with Statecharts.
I know it might be out of scope of what you plan to do, but it would be really great to see XState Devtools work…
-
Hi,
I am following the instructions as per README
Problem 1: `'react-scripts' is not recognized as an internal or external command,`
That was easy to fix ... forked the code, created a branch, …
-
But the inverse (moving from a parent state to a substate invoking exitState) isn't true. This wreaks havoc if you're doing complimentary things in those methods.
-
Like this one:
![](http://phrogz.net/files/scxml/Figure2.png)
![](http://phrogz.net/files/scxml/Figure3.png)
Described here: http://phrogz.net/developing-user-interfaces-using-scxml-statecharts
Or …