Anthony Uphof
Anthony Uphof
This PR is a brief supporting guide to cloning a local xstate-monorepo V5 ( pre ALPHA) to use in a development project supporting XState. Looking through the various docs and...
Using the current commit, the Qemu VM of a PI3 is not booting after having done a `sudo apt-get upgrade` Presume there is something in the upgrade that breaks the...
**THIS PR is WIP** - it introduces many additional test and functions base on `xstate.core` (main) https://github.com/statelyai/xstate/commit/019f849398fc0ce0b2361e8eac12e02294fbad3b I am pushing it as a WIP PR for visibility, comment and contribution....
Implementing the unit tests history_statein.py in #49 highlighted that eventless transitions `always` is yet to be implemented in xstate-python The unit tests `test_history_should_go_to_the_most_recently_visited_state_by_a_transient_transition_non_interpreter` is suppressed in commit:785d2bd In the commit...
Implementing the unit tests `test_statein.py` in #49 highlighted that guarded transitions are not functional as they are yet to be implemented in `xstate-python` The relevant unit tests for `in` state...
Implementing the unit tests test_statein.py in #49 highlighted that transitions based on relative states (orthogonal/parallel or hierarchical) is yet to be implemented in xstate-python The relevant unit tests for in...
I imagine there is a plan for attributes and properties as shown in https://github.com/smart-data-models/data-models/blob/df304f80d691750d8bd9d50d1be4bf96590b3c88/pysmartdatamodels/pysmartdatamodels.py#L77 I would like to retrieve the RepoLink as defined in `official_list_data_models.json` for the moment I have...
I believe there is an issue on being deterministic about subschemas in a FIWARE SmartDataModel (SDM) model. An example being in `Device` where the subschema `"$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons"` can change without...
This PR attempts to solve #297 , it provides mechanisms to 1) provide an initial message on a TCP client connecting to a StreamInterface - thank you @DominicOram 2) provides...
My use case is to simulate a basic serial device over tcp that responds to commands but also sends unsolicited messages The doc's strings and Readthedocs are great but I...