Results 10 issues of Gabe Kopley

When we leave out any mention of visa, the most common question we get is "Do you sponsor visas?". We'd like to answer this in the HN post, but the...

Awesome plugin!!! Thank you for it. http://blog.npmjs.org/post/112712169830/making-your-jquery-plugin-work-better-with-npm suggests that you could `var jQuery = require("jquery");` if need be in order to reference it without it being a global variable. I'm...

AMI uses nginx standalone, which is very limited. There's a binary nginx full version for CentOS, so it should be reasonable to switch to full nginx from these config files.

enhancement

IE let's connect https://github.com/elabs/pundit#strong-parameters with our `ResourceDSL#permit_params`

feature

This is my solution for following a bunch of links without throwing an exception on the first 404. I think it'd be prettier to add a method to the DSL,...

Thanks for dinghy! It's awesome for development on Mac :) Going out on a limb here - I switched from a Mac host to Debian, and am missing the behavior...

As far as I can tell, master is missing inline errors for toggles. I wrote a quick fix so that I can use this library on a project, but it's...

Steps to replicate 1. On host, open foo.js in Vim [0] with an empty .vimrc 2. On vm, run inotifywait foo.js 3. Edit foo.js and save in Vim Expected behavior...

Hi there, I am finding this gem very useful, thanks for writing it! In my use case I am indexing the foreign keys of associated habtm records, and wanting to...

Following the readme: ``` $ gem install binary_search Fetching: binary_search-0.3.0.gem (100%) Building native extensions. This could take a while... Successfully installed binary_search-0.3.0 1 gem installed $ irb 1.9.3-p327 :001 >...