Anthony Uphof

Results 25 comments of Anthony Uphof

Experiencing the same issue target minion (raspbian - stretch, python 3.5.3) salt-minion version 3003 installed On target minion `salt-call --local test.version ` responds correctly on master using salt-ssh (3003) running...

suggest to be labeled as `Feature Request`

> Thanks for this! I will be reviewing this soon, unless you want me to wait until it's ready. Hey @davidkpiano , a general lookaround and overview would be good,...

That is a very fuzzy line, I have selected some of the XState v4 (JS) core test cases and working back from passing those tests. The result is that xstate-python...

> > That is a very fuzzy line, I have selected some of the XState v4 (JS) core test cases and working back from passing those tests. > > The...

latest set of commits (4th October) try to get the `test_statein` --- `test_should_work_to_forbid_events` working. However the failing tests in `test_statein` appear to be due to a statemachine logic failures. the...

The incorporation of state history fixing https://github.com/statelyai/xstate-python/issues/43 is integrated and passing all current implemented tests which includes the first 4 XStateJS history.tests. I will work my way through the remaining...

Have resolved all History tests from `XstateJS` that can be supported, only 3 required to be skipped. 🎉 I believe this PR is as far as I want to take...

> @auphofBSF This will take me some time to get through, but just for my understanding, is this trying to be a one-to-one backport of XState v4? That should not...

It may be worth considering refactoring xstate-python to a code base/ Interfaces closer in line with XStateJS V5 particularly from a point of view of Validation, Documentation and long term...