Brendon Rapp
Brendon Rapp
test.html.erb ``` Test ERB file ``` Ruumba output: ``` % ruumba -v ruumba 0.1.16 % ruumba test.html.erb Inspecting 1 file C Offenses: test.html.erb:1:1: C: Layout/TrailingWhitespace: Trailing whitespace detected. test.html.erb:1:2: C:...
Slack has updated their Incoming Webhooks integration to use a single URL in place of the token-argument previously used. This PR replaces `slack_token` with `slack_webhook`. It also eliminates `slack_url`, as...
Would love Bitbucket Issues support.
Honeybadger [collects the following breadcrumbs automatically](https://docs.honeybadger.io/lib/javascript/guides/breadcrumbs/#automatic-breadcrumbs): > * Clicks > * Console logs > * Errors > * History/location changes > * Network requests (XHR and fetch) This feature alone...
Does the EventMachine dependency serve a purpose? There don't appear to be any calls to EventMachine::run and the only place I even see a reference to EventMachine is the require...