-
Hi there,
I am using "node-red-contrib-xstate-machine" plugin for a while now. It is very enjoyable, thanks for your effort.
My flow will be used on our production line and the state of the …
-
### XState version
XState version 5
### Description
After restoring the snapshot an error appears, when using actor.send with the reference determined by system.get(id).
```
TypeError: this…
-
### On which framework/platform would you like to see this feature implemented?
Vue, Angular, React
### Which UI component is this feature-request for?
Authenticator
### Please describe yo…
-
https://github.com/statelyai/xstate looks really cool. I wonder if we can reuse their state machine.
-
Hi there!
I found XState, and it is great! I can describe and use a state machine, I can visualize it, I can observe a state graph, and even generate test-cases from it.
Whats about documentatio…
-
This is a place holder for creating a visualizer like the one XState has.
-
Took me a while to track this one down and I believe it's related to:
https://github.com/statelyai/xstate/issues/4645
https://github.com/statelyai/xstate/issues/4985
I was able to patch `@state…
-
During dev, if you include the @xstate/cli into your dependency list, the xstate plugin should use the exact version (or preferably the same binary) to execute the typegen. Recently the typegen has ch…
-
When converting C structures that are both packed and aligned using either C2Rust or bindgen, such as:
```C
struct xregs_state {
struct fxregs_state i387;
struct xstate_header header;
u8 …
-
From a Slack conversation we had yonks ago:
A mad Sunday-before-I-go-back-to-work thought:
I've been thinking about a possible VSCode integration with a visual builder/linting tool. As we know, …