discord
discord copied to clipboard
GitHub webhook that analyzes pull requests and adds comments about incompatible CSS
When I got back to my https://groovecord2.herokuapp.com instance, I got these ... ``` 2015-12-31T17:29:39.652484+00:00 app[worker.1]: events.js:85 2015-12-31T17:29:39.652502+00:00 app[worker.1]: throw er; // Unhandled 'error' event 2015-12-31T17:29:39.652503+00:00 app[worker.1]: ^ 2015-12-31T17:29:39.652504+00:00 app[worker.1]: Error:...
This reverts the merge of #169, which was obsolete but accidentally left open. We should merge #172 instead.
File: https://github.com/mdn/discord/blob/be31c36b34dc20051f3d33f812a91822974ebddf/tests/tests.js#L174
### Testing 1. Push this branch up to your test webhook 2. Open a pull request in the repo that uses the test webhook 3. Wait about 30 seconds, refresh,...
E.g., https://github.com/groovecoder/discord-test/commit/4d938b6066a527f6ef21fe1fec730560bc499c07 changed a single line that had a single compatibility issue. https://github.com/mdn/discord/pull/169#issuecomment-173708235 summarizes: discord seemed to calculate the line as `-1`, which breaks the `POST` to GitHub API to...
Keep track of how many repositories are sending at least one pull request payload to Discord per week.
This is a big architectural change and may require updates to the doiuse.com code-base itself. When we make more `doiuse` interfaces - editor plugins, browser extensions, site monitors, etc., we...
Sometimes, while commenting on a new pull request, Discord will also comment on an old pull request that is completely unrelated. Sometimes this second pull request is from another project....
When using OAUTH authentication, we are limited to 5,000 API calls per hour. We need to handle the case where the limit is reached.