Ivo Wever

Results 3 issues of Ivo Wever

In the situation of https://github.com/guard/listen/issues/409, also mentioned in https://github.com/e2/ruby_dep/issues/24, ruby_dep signalled an issue that was not as fatal to us as the error, which caused a `bundle update` to fail,...

Defining an item named 'class', as in ``` class Msg include HappyMapper has_one :'class', String end Msg.parse('') ``` currently fails with `lib/happymapper.rb:489:in `initialize': undefined method `attributes' for nil:NilClass (NoMethodError)` The...

## Problem The CSP header created here had a space after the last semicolon. That does not conform to the specification. The CSP [specification](https://w3c.github.io/webappsec-csp/#grammardef-serialized-policy) defines ``` Content-Security-Policy = 1#[serialized-policy] serialized-policy...