-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Added Return Types to Functions #32
Conversation
@shadowtime2000 this looks fantastic! Will you quickly run |
Getting this error when running
|
@shadowtime2000 hmm, it looks like you're running on Windows -- is that correct? It seems one of Eta's dev dependencies uses |
@nebrelbug Yes, that is correct. I have Git Bash - I don't know if that would be sufficient. It still gives me the same error because I accidentally created a |
Running |
@nebrelbug Done! |
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.
Fantastic! I'm glad you were able to get the build working
@all-contributors please add @shadowtime2000 for code and ideas |
I've put up a pull request to add @shadowtime2000! 🎉 |
@shadowtime2000 I just invited you as a contributor to the repo :) |
@nebrelbug btw just so you know collaborators still have to open a PR because github requires the maintainer approval and travis ci checks. |
@shadowtime2000 I think we want to keep this behavior, since it makes it easy to see and review all changes to I think it's also best to wait for a review from the other maintainer, but you should also be able to approve it with your account -- does that work? |
I was just wanting to check what is the purpose of making people maintainers. |
@shadowtime2000 right now you have This means that you have unrestricted access to all branches except The restriction on This is the strategy that a lot of projects like Docusaurus use. I hope it works well, but feel free to let me know if there are any issues 👍 Thanks for your great contributions & work as a maintainer! |
@nebrelbug I haven't actually looked much at the Docusaurus repo but since it is maintained by a large company, I am going to assume their are a lot of maintainers, whereas here, as I have looked, there are only 2 (possibly wrong). I think the system is more fit for a large project because then the response would be a faster on a large project when there are 100 different people who could respond. Just making that point, though I really don't have much against it. |
@shadowtime2000 that's a valid point. I just added you to the For notable code changes, please open a PR (I'll do the same) 😃 Also always make sure to run |
Added return types to functions which gets rid of some ESLint warnings.