Steven Harman
Steven Harman
If we have A LOT of users, and especially if we're leveraging the :slack_user_created event triggered by UserCreator.create_user, the Slack Websocket can "time out." We only have 30 seconds to...
When changing your `username` in Slack, `lita-slack` will leave your old "mention name" around. At that point you'll have multiple `lita.users.metion_name.*` entries pointing to your Slack UID. If you then...
Currently, every time an element is passed into the $.fn.timeago() method that element is included in the setInterval, regardless of whether or not it has already been included in a...
I am working on the Reek + Ale integration which will pipe the source and pass the `--stdin-filename` argument. I noticed Reek was ignoring my configured `exclude_paths` and so errors...
I'm still struggling to understand how `vim-test` and various strategies hang together, so forgive me I'm way off base. But... I'm using the `AsyncRun` strategy, and it works, but the...
Lots of refactoring and/or re-design, before making a change to allow a "template" or strategy-based mechanism for looking up the current "issue number." These changes are largely based on me...
I discovered this issue while trying to import a jQuery UI Theme, like so: ``` @import "jquery-ui-1.7.2.custom.css"; ``` The import fails when it hits an IE6 hack that uses comments...
Perhaps we should use an object literal to decode these
This might be controversial, but it seems idiomatic in both the Angular and Node code bases, and it makes it easier for me to contribute as my Vim settings expect...