We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, not sure if this project is still being maintained...
Since seneca getting-started is 'no longer proven to work' thought I'd work through the examples in this project.
On the first exercise - Sum - there are examples of how to format an action pattern - as an object or as a string. But the examples are the same.
Does /problems/sum/problem.md need an amendment along the lines of
you can also specify patterns as String like this:
String
-seneca.add( {role:'greetings', cmd:'hello'}, ...); +seneca.add('role:greetings, cmd:hello', ...);
The text was updated successfully, but these errors were encountered:
Yes, it's maintained :)
Sorry, something went wrong.
Oh, great - I'll work through and let you know if I spot anything... I could raise a PR for this if you like?
@josephh that is always a good idea :)
No branches or pull requests
Hi, not sure if this project is still being maintained...
Since seneca getting-started is 'no longer proven to work' thought I'd work through the examples in this project.
On the first exercise - Sum - there are examples of how to format an action pattern - as an object or as a string. But the examples are the same.
Does /problems/sum/problem.md need an amendment along the lines of
The text was updated successfully, but these errors were encountered: