Olivier Smeesters
Olivier Smeesters
Running syncthing-gtk 0.9.4.4+ds+git20201209+c46fbd8-1 on Ubuntu 21.10, syncthing-gtk crashes after starting the daemon from the app. There are two potential KeyError being thrown in line 499 and following as "paused" and...
Although the general format for transitions is from_state + event [ guard ] / action = target_state (with event, guard and action being optional), and although internal transitions (avoiding on_exit/on_entry)...
When one uses a transition rule like "*from [ guard ] = target", the compiler refuses because * is not defined on transition_sg. It seems like the initial state can...
I used MSM for rather large/complex state machines. The code around those FSM needed to query if it was in one of N states. This was implemented using MSM state...