Elia Schito

Results 181 comments of Elia Schito

@nevans that works for me: - I think stopping by default would be less surprising - it should save up alle the error objects and exit with ≠ 0 if...

Upon further thinking I think the option can be named `--no-fail-fast` and also accept `--fail-fast` which would be on by default. This is tangentially related to #17

I agree… if you have time to send that PR would be awesome, the starting point would be to adjust the expected output for multiline comments in https://github.com/nebulab/erb-formatter/blob/main/test/fixtures/comments.html.expected.erb

@fdr @darrenterhune I'd be happy to accept a PR for this. Differently from `rubocop` which main aim is checking files and has autocorrection attached, `erb-formatter` is a formatter first and...

(sorry I "approved" this by mistake 😓)

Using replace you can avoid those ugly warnings... AWS::S3::DEFAULT_HOST.replace "s3-eu-west-1.amazonaws.com"

Also this works ``` class 's3-us-west-1.amazonaws.com', :asia => 's3-ap-southeast-1.amazonaws.com', :europe => 's3-eu-west-1.amazonaws.com' } def Base.region= region endpoint = ENDPOINTS[region] or raise S3Exception, "Unknown region: please use one of #{ENDPOINTS.keys.map(&:inspect).join(', ')}."...

@gozali: I ended up using the [s3 gem](http://rubygems.org/gems/s3)

@leonko I think you should ask the author

Getting 500s for any Ruby version, let me know if I can help 🙌