Will
Will
Would be nice as a toggleable setting! Not looking for an auto-correcting solution but highlighting misspellings would be very helpful
As mentioned in #49, these two plugins might help solving this issue: https://gist.github.com/Stuk/6b574049435df532e905 https://gist.github.com/mvgijssel/d3b121ad50e34c09a124
@d3viant0ne Most certainly! I kind of just pinned those plugins for reference thinking they might be useful while investigating a fix. I'd say this is a pretty high priority fix....
Pick your favorite new libraries and come up with reasons why they are perfect for your requirements and massage it a little before you review
Some SEO or marketing company bought the domain :/
I knew y'all had to be ranked for something or you wouldn't be commenting on this thread 😂 * @bashu - 1st in [Python for Tomsk](http://159.100.250.9/users?city=tomsk&language=python) * @funilrys - 3rd...
The issue is that this package uses an old version of `aws-amplify`, specifically [this line in `@aws-amplify/analytics`](https://github.com/aws-amplify/amplify-js/blob/aws-amplify%401.2.4/packages/analytics/src/Providers/AWSPinpointProvider.ts#L44) is causing this error. Fixing this required replacing the old version of `aws-amplify`....
Thanks for these suggestions @awhillas Hopefully adding sagas wasn't too difficult (did you add them [here](https://github.com/goldhand/cookiecutter-webpack/blob/master/%7B%7Bcookiecutter.repo_name%7D%7D/%7B%7Bcookiecutter.static_root%7D%7D/store/configureStore.js#L10)?) I haven't used them before (I've been using thunk) but they look great, I...
I've been using the configuration I detail here: https://github.com/goldhand/notes/blob/master/notes/testing_react_webpack_with_ava_and_enzyme.md and it's been working really well for testing
Thanks @awhillas, I would recommend this approach too