latest 8 messages by WebWalker3D
+
[2017-01-15T00:55:04Z]
WebWalker3D
maybe a lazy loader would be more intuitive (infinate scroll) but for huge projects, that could be tedious
+
[2017-01-15T00:53:51Z]
WebWalker3D
pagination should be more universal maybe (e.g. <prev> 1 2 3 4 5 <next>) as most sites do, but I don't believe a newer button ever existed
+
[2017-01-15T00:52:21Z]
WebWalker3D
Infininight: Newer is a matter of hitting the back button or going back in the browser. It's not a bug, just not a 100% intuitive UI
+
[2017-01-15T00:49:53Z]
WebWalker3D
Infininight: older is correct, as it loads comments older than the ones listed. The list is new to old, top to bottom
+
[2016-10-21T19:56:51Z]
WebWalker3D
I accidently included a directory that has all my image assets in a commit. I then removed them from github by cloning the repo to another destination, deleting the files, then pushing the new commit. Will this reduce my repo size?
+
[2016-07-27T19:57:22Z]
WebWalker3D
when using CLI for my "dev" branch, I did "git add -a" followed by "git commit -m 'X'" and git push. Only thing is, it never pushed to github. Is there a way I can repush what the local copy thinks is already pushed?
+
[2016-05-21T20:40:55Z]
WebWalker3D
jhass: Sweet, thanks
+
[2016-05-21T20:39:53Z]
WebWalker3D
if I fork a project, but don't make any updates, and the upstream forked project changes, is there any way I can update the forked copy I have, or do I just "re-fork" it? Sorry, I'm not great on the lingo