Live data from Hacker News

StarWars + Git logs = StarLogs

starlogs.net

51–60 of 75 posts

Re: StarWars + Git logs = StarLogs

#51

Earlier quoted context omitted.

It is a git log viewer. So it follows `git log` behaviour.

I'd still like a way to see it first-to-last, if only to get the combined nostalgia from seeing those first commits and from the music.

A lot of people requested it. Hence `reverse` option is on my todo list.

Re: StarWars + Git logs = StarLogs

#53

This is awesome! Is the entry box for the repo supposed to go away once it finds it? It stayed there, covering the text in Chrome 27 dev on Arch... It would be cool if it disappeared.

I had that problem on Chrome 26.0.1410.63 as well. If you refresh the page (or just go directly to the URL that gets produced after you specify a repo), it won't be there.

Re: StarWars + Git logs = StarLogs

#54
post #7

Earlier quoted context omitted.

Just changed it so you can specify user/repo in hashtag: http://starlogs.net/#rails/rails

Nice, but please consider switching to HTML5 history (pushState). It's just as easy and a lot cleaner. Especially that you can use popstate to let people switch the URL. It's amazing anyway.

It's also easy to get broken behaviour (on one site I use the url is updated without a new history entry, and even on GitHub the page sometimes gets desynced).

Re: StarWars + Git logs = StarLogs

#55
There's small problem on how browsers respond, when we change the hash#parameter in the URL and hit ENTER in the sites where DOM is manipulated using AJAX depending on hash-value, like in this site. It doesn't get updated until we hit ENTER for second time in Chrome, reload in Firefox.

I also have a similar site that manipulates DOM depending on hash value. If you are on instamovi.com/#bourne with bourne movies listed...and you change it to instamovi.com/#bond and hit ENTER, there's no change in the DOM. You have to hit ENTER again, then the movie listing changes to Bond movies.

Similar thing happens here on starlogs.net/#repo1 to starlogs.net/#repo2

Any idea how to fix this?

Re: StarWars + Git logs = StarLogs

#58

Tried giving it both my Github user name as well as the URL to my Github profile. It "couldn't find the repo" in both cases. :/

It wants it in the format username/repo, not just username. So for example, rkuykendall/Simplici7y or moneypenny/GithubFacebook

I took that to mean "username or repo".
Post reply on HN