-
Hi,
I'm trying to adapt this code such that to use a state machine externally defined with Papyrus plugin for Eclipse. So, instead of defining the configuration (states, transitions, events, etc.) in…
-
From my understanding (backed up by the test below), the Entry actions are not invoked for `InternalTransitions`, however, the DOT graph export includes this against the internal transition name for s…
-
**Feature Request: Improved API for state transitions.**
I came across a wonderful project by @idugalic on github (https://github.com/idugalic/axon-statemachine-demo) which highlights the new polym…
-
### Describe the bug
[There is a class called `FrozenSpaceMeta`](https://github.com/janluke/cloup/blob/3899fbe66a5b339ea0bc78d181cbcea343b1bba5/cloup/_util.py#L122-L138) from the [`cloup`](https://…
-
Apparently esbuild got confused with ``state-machine`` from template-generated project and ``state-machine`` from ``file:../uikit`` (which is also a dependency of template-generated project) a…
-
I used vagrant to start a cluster which has 1 master and only 4 slaves. I pulled your vagrant project from Banno/vagrant-mesos.
But it failed to start, stuck in the NAMENODE state. The log and meso…
-
在项目中并发调用fsm.fire(event), 可能其他线程触发了final event,当前线程再触发事件就会得到这个异常`The state machine is already terminated.`并发状态下难以保证调用fire的时候状态机不是terminated状态,怎么处理这样的问题?增加一个terminated callback?
-
**Is your feature request related to a problem? Please describe.**
The option for **Blank lines --> Before single line comment** is insufficient as this rule is also used for Before single line comme…
-
1.To create more than 1 fsm with the same config,
const cfg = {
...
events: {
...
{
name: 'step',
from: 'init',
to: ['a', 'b', 'c'],
condition: function (options)…
-
We should add support for bounded integer types to AGREE and jkind. They are supported by the SMT solvers and would occasionally give more accurate results.