-
Notifications
You must be signed in to change notification settings - Fork 548
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
WIP - Timeline bug fixes #1910
WIP - Timeline bug fixes #1910
Conversation
@DylanC — I was looking at this PR (or, trying to), and I'm thinking it might be best to back it out and restart, because of those extra dirs that snuck in. Problem is, even though they were removed in a subsequent commit, in terms of the branch history they're still there (in fact, they're there twice, once for the insertion and then again for the deletion), which results in the change history being > 400,000 lines added, > 400,000 lines removed... and Github tries to crash Chrome every time I attempt to switch to the Files Changed view. (Warning, lots of details you may already know ahead...)I don't know if you have the project repo defined as a remote (I recommend it, it's handy to be able to reference checked-in branches — you can add it with > ls -sh
total 350M
32K 0001-Fix-remaining-if-statements-no-code-changes.patch
40K 0002-Fix-the-missing-curly-braces-on-all-if-and-for-state.patch
175M 0003-Make-the-markers-not-draggable.patch
4.0K 0004-Update-gitignore.patch
175M 0005-Remove-build-dirs.patch
4.0K 0006-Fix-clips-glitching-on-resize-event.patch (Yeah, those two commits are 175MB each.) But then, if you create a new branch off of Oh, and you'd also want to do a |
@ferdnyc - I know. I checked in my build folders by mistake and I knew it was all too late to fix it at this point. I will have to start a new similar PR with just my changes. (Arrrggg) I will use your idea of applying the patches. Thanks! |
I hope to fix the follow issues:
#1383
#1454
#1839 (maybe if possible)
#1587 (maybe if possible)
Current the PR:
Fixes #1383