-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented a simple steps-based example #39
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is excellent! Thank you for taking the time to do this. This example is fantastic and really shows how this stuff is expected to work really clearly, imo.
If you want to add more comments, I think that's a great idea and I'll wait for that.
Also, it would be nice if you added something to the README about available examples so people know where to look.
@zkat There we go. Ready to merge if you are. |
Wait, right the readme, one moment |
There we go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like how you explained this! The example is really clear and covers the reasoning behind some important points (like cancellation, adapting to world changes, etc) really nicely.
Co-authored-by: Werner Kroneman <[email protected]>
Hello there!
I tried writing a simple example to document (#28) how to compose two actions together.
Documenting comments aren't quite there yet (kinda ran into my bedtime), but I did run it, and variables appear to change as they should.
Can you take a look to see if this is the kind of set-up you had in mind? I'll go through it and document stuff tomorrow.