Skip to content

Conversation

@erikzaadi
Copy link

@erikzaadi erikzaadi commented Oct 8, 2016

Allow fetching custom events, by setting the GITHUB_EVENTS_URL environment variable.
The value of GITHUB_EVENTS_URL can be anyone of the URLs listed here.

Also added Gravatar support

debugger22 and others added 22 commits October 5, 2016 13:29
`<small>` doesn't work so I've used repeated `<sub><sup>` elements
so that the text font is really tiny. [1]

Tested in different ways so that the lack of closing sub/sup tags doesn't
mess up with the next lines of text.

[1] http://meta.stackexchange.com/a/107111
Hide easter egg in plain sight 😈
use minified odometer.js on CDNJS to benefit from http/2
Add a feature to filter out events of specified repos/orgs
Allow fetching custom events, by setting the `GITHUB_EVENTS_URL`
environment variable.
The value of `GITHUB_EVENTS_URL` can be anyone of the URLs listed
[here](https://developer.github.com/v3/activity/events/).

Also added port to socketio initialization to fix local development.


var socket = io(document.location.hostname);
var socketHost = document.location.hostname + ":" + document.location.port;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've fixed this on my end, using just document.location.host which includes the port: 75451ca.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kewl, will revert this change

@debugger22
Copy link
Owner

Hey @erikzaadi thanks for the PR! Could you please fix the merge conflict, it's a small one.

@mcornella
Copy link
Contributor

@debugger22 you can check out the PR yourself and do the rebase.

@JosephMcArthur
Copy link

Would this close #26? We think it might.

@debugger22 debugger22 force-pushed the master branch 2 times, most recently from 872e658 to e5d1bb7 Compare January 18, 2023 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants