Maximilian Herold

Results 4 issues of Maximilian Herold

According to e.g. https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html, I gather the format of netrc should be: `"default login #{username} password #{password}\n"` instead of https://github.com/troykinsella/concourse-ansible-playbook-resource/blob/89405307d393d6e93bf3178258ff22430fd0860a/assets/lib/git_config.rb#L17 I had errors complaining about a "bad follower token". For...

Same problem (and workaround) as in #169? 😢

Not sure whether this was intended, but during the fix of #84 you introduced a `let` (which is not available in ES5). This may break compatibility when doing a patch...

Without this fix, collection attributes can never be set to nil when coercion is enabled (because the coercer coerces nil to an empty array). This should fix #334. I originally...