-
Couldn't load subscription status.
- Fork 1.3k
Email fill script does not work on Windows #7
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
Conversation
Tested this and it works locally on Windows 10 with vscode. Would need someone to test the regex on Mac as I don't have one. I imagine this could be done to the other projects as I remember having this issue in learn-react-hooks as well.
Codecov Report
Merging #7 into master will not change coverage.
The diff coverage isn/a.
@@ Coverage Diff @@ ## master #7 +/- ## ======================================= Coverage 59.37% 59.37% ======================================= Files 14 14 Lines 256 256 Branches 13 13 ======================================= Hits 152 152 Misses 99 99 Partials 5 5
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update a7a1c71...fdf7740. Read the comment docs.
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'll bet that works just fine on mac. I'll test it to be sure, but I expect it works fine.
Thank you so much Frank. You've been awesome!
* docs: update README.md * docs: update .all-contributorsrc
Tested this and it works locally on Windows 10 with vscode. Would need someone to test the regex on Mac as I don't have one.
I imagine this could be done to the other projects as I remember having this issue in learn-react-hooks as well.