David Khourshid

Results 87 issues of David Khourshid

This PR ensures that the machine extractor will detect the layout string even if it's not directly above the const declaration. This potentially solves the multiple layout string issues found...

It's legal for states to be an initial and a final state, especially in machines with only one state. Right now, the `$type` only supports either `INITIAL` or `FINAL` (among...

[View rendered text](https://github.com/statelyai/rfcs/blob/davidkpiano/complete-schema/text/0000-schema.md)

The schema would need to include the following: - **input**: The schema for the initial context that is used to initiate the service. This includes things like API keys and...