Jannis Gebauer
Jannis Gebauer
The idea is to export all the comments before doing that, see https://help.disqus.com/customer/portal/articles/472149-comments-export
What if we added a voting system where a user can vote for the importance of the project, from 1 to 100? As much as I like, say `django-debug-toolbar`, the...
Wouldn't you want an extra box informing a visitor that a maintenance is about to happen at X? 
> has this been added in already? No.
That's a great idea! > Thinking if would be possible to pipe the github event for issues.\* on the repo to trigger a build in travis. Any idea if that's...
I thought about something like this initially, but GitHub has a pretty low rate limit for unauthenticated requests. > curl -v https://api.github.com/repos/jayfk/statuspage-demo/issues > < **X-RateLimit-Limit: 60** > < **X-RateLimit-Remaining: 57**
> Good find @paracycle! In that case it is definitely doable then! I am not 100% convinced ;). Let's assume you have a repo with 3 systems, 2 collaborators and...
@paracycle All right, I should have looked at the actual json before writing this. I assumed we need extra calls for that. Leaves us with: > https://api.github.com/repos/jayfk/statuspage-demo/collaborators > > ```...
I've just found out that conditional requests against the public api don't count against the rate limit https://developer.github.com/v3/#conditional-requests This way it would be possible to set the whole page to...
See https://jayfk.github.io/statuspage-prototype/ for an auto reloading prototype using the GitHub API :)