Guy Ellis
Guy Ellis
Create an out adapter that sends the output to recipients via Twilio.
Write tests for the Email Out Adapter. Mock the email sending with Sinon.js so emails aren't sent when the tests are run.
Complete the Email Out Adapter that's been started so that email(s) get sent to receipients at the end of the run.
`material-ui` is not showing up on outdated dependencies because it has moved to a scoped module under `@material-ui` - we are on 0.x and the latest at the time of...
@mateusmarquezini as of now I've updated all the dependencies in the project except for the 3 react dependencies - that are causing errors and the material-ui dependencies. If I work...
My suspicion is that an optimistically versioned sub-dependency has been updated that's causing this type of error when `npm install` is run: ```shell npm WARN tar ENOENT: no such file...
What is the best way to present division syntax to students who are starting to learn division? Follow the same pattern that they are learning in school? If so this...
The challenges I've seen: - Keyboard input - kids aren't very good at this - Touch screen input - slow and inaccurate If you're travelling then touchscreen on a phone...
Make this a PWA Some ideas for [Material-UI with Webpack](https://medium.com/@denisdegtiarev/getting-high-progressive-web-app-score-on-react-material-ui-4a4a080643d6) Use [Workbox](https://developers.google.com/web/tools/workbox/) for the service worker.