Tom Russell

Results 7 issues of Tom Russell

[ThreadSafe](https://github.com/ruby-concurrency/thread_safe) is unmaintained and is not compatible with Ruby 2.4.0 because [Fixnum was unified into Integer](https://bugs.ruby-lang.org/issues/12005). This leads to loads of deprecation warnings on projects that use gems which depend...

[ThreadSafe](https://github.com/ruby-concurrency/thread_safe) is unmaintained and is not compatible with Ruby 2.4.0 because [Fixnum was unified into Integer](https://bugs.ruby-lang.org/issues/12005). This leads to loads of deprecation warnings on projects that use gems which depend...

Rails 2.3.12 deprecates load_paths in favour of autoload_paths which pretty much causes a shedload of deprecation warnings when using desert. This patch fixes it, and isn't -too- hacky. I was...

# Background Some of the users in my app have invalid email addresses, according to mailjet. This is my bad -- Mailjet evidently uses a different email address validation format...

Our hubot communicates via HipChat, which uses different short codes to refer to people other than their full names. For example, to assign a task to me, I would do:...

Basically a duplicate of pull request #10, but to master branch. Feel free to close whichever one you don't want :)

This should update the 'Core' section of the javascript to use Mootools 1.3. I'm also using the Checkbox from More and that seems to have no issues that need changing....