-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Dev Suggestions #137
Comments
I don't have time to respond to everything right now, but:
Agreed. #138
I'm fine with having it contain default settings when initially cloning the repo. But nobody wants to commit their own
Good idea. We just have to hope YouTube isn't relying on anything WAM-specific. (I would be kind of surprised if they are, at least in a major way.)
My preference is throwaway96/youtube-webos@b837753, but I suppose this is fine as a compromise. (See #145.) |
Resolved in #146 |
EDITED March 29
I've accumulated a list of minor suggestions/issues about the repo that I haven't gotten around to or don't feel appropriate to make a PR without some discussion.
The build script needs to have--mode=production
appended so that the bundle will actually be optimized during the GH release workflow. Consequently, there probably should be abuild:dev
script for convenience.<video>
timeupdate
event listener. Using timers seems error prone and hard to update from a programming standpoint if we want to add features to the sponsorblock code.I've noticed the.vscode
folder is now gitignore'ed. Is it intentional that the.vscode
folder is not deleted from the repo? I've originally made a PR adding that folder for developer convenience but I don't know about @throwaway96's thoughts on that.waitForChildAdd
could take a required arg to determine whether or not to observe attribute mutations which will maintain the principle of least surprise. The signature change will be as follows:The text was updated successfully, but these errors were encountered: