tutorial icon indicating copy to clipboard operation
tutorial copied to clipboard

The Reminders app for the official Mirage tutorial

Results 15 tutorial issues
Sort by recently updated
recently updated
newest added

I've tried to update outdated packages but it does not solved the problem LOG ``` FAIL src/tests/app.js ✕ it shows a message when there are no reminders (67ms) ● it...

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Would like to eventually add animation to Reminders add/removes but some of the css on that route is interfering. This PR shows animating adds/removes on a /test route.

following the [setup steps](https://miragejs.com/tutorial/intro/) in the tutorial, i'm trying to spin up the app post-install using `npm run start`. however, i get the following error using the latest stable node...