Alan Larkin

Results 3 issues of Alan Larkin

`expose_nil` [delegates to the underlying object](https://github.com/ruby-grape/grape-entity/blob/6a4686e85c1aa478db9a152a03ccce28c13560a1/lib/grape_entity/exposure.rb#L57) and doesn't test whether the method is `delegatable?` This can lead to odd behaviour and errors. You'd probably have to be doing inheritance with...

The default content types can be overridden using the DSL [`content_type`](https://github.com/ruby-grape/grape/blob/292976d2e62b3e7fae85f417a668b762c141a184/lib/grape/dsl/request_response.rb#L65), which adds to a `:content_types` Hash in the settings, which takes precedence over the default `CONTENT_TYPES`. However, when generating...

Use `msgDoesNotMatchRegex` rather than `msgBranchDisallowed` when the branch name does not pass the regex validation.