Erick Dennis
Erick Dennis
First off, thanks for this gem! It's really helped us organize our backend in a much more manageable way. While customizing our app we found out that the combination of...
This fixes the capistrano warning described in https://github.com/joekhoobyar/capistrano-shoryuken/issues/3. Rather than calling `reenable` again on the task as in https://github.com/joekhoobyar/capistrano-shoryuken/pull/4, I've copied the same solution that was applied in sidekiq. It...
First off - thanks for adding the `invert_match` param in the last release. This makes dealing with notifications for unknown branch names much easier. Unfortunately, in its current state it...
The [documentation states](https://hexdocs.pm/absinthe_relay/readme.html#usage) that the default flavor will change from `:classic` to `:modern` starting in v1.5, yet the [code](https://github.com/absinthe-graphql/absinthe_relay/blob/0bdad97d5d9ae4a4e46a5f2b8be746010a16dcd7/lib/absinthe/relay/schema/notation.ex#L15) (see [warning](https://github.com/absinthe-graphql/absinthe_relay/blob/0bdad97d5d9ae4a4e46a5f2b8be746010a16dcd7/lib/absinthe/relay/schema/notation.ex#L28-L40)) hasn't been updated to reflect that. Is that an...