Mauro Berlanda

Results 21 comments of Mauro Berlanda

I got the same even forcing the versions described in the issue: ``` FROM openjdk:8u171-alpine3.8 ENV DYNAMODB_VERSION "2018-04-11" ``` Error: ``` Initializing DynamoDB Local with the following configuration: Port: 8000...

hey @BookOfGreg , I've tried to implement your suggestion. I removed `therubyracer` in favor of: ``` libv8 (7.3.492.27.1) --- mini_racer (0.2.6) libv8 (>= 6.9.411) ``` Now the framework error trace...

hey @BookOfGreg the pr were I am trying this update is this personal project: https://github.com/mberlanda/cheidelacoriera/pull/57 Thank you @ajsharp for providing some clear reproduction steps. My config of the development server...

For now I just went back to webpack 3.. :sob:

A similar logic could be implemented for `bundler` version. It could be read from the last line of Gemfile.lock or fallback on the default if the file is missing.

Hey there! Did anyone managed to reproduce the issue described by @findchris since the latest release? Is it still open?

This example from the documentation may be useful: https://docs.codeclimate.com/docs/travis-ci-test-coverage#example-1 ``` - ./cc-test-reporter format-coverage -t simplecov -o coverage/codeclimate.backend.json coverage/backend/.resultset.json # Format backend coverage - ./cc-test-reporter format-coverage -t lcov -o coverage/codeclimate.frontend.json coverage/frontend/lcov.info...

@kurenn this is actually what I did, but it would be useful to use the features offered by this gem. I had a look at the broken dependencies and it...

Ok thanks! Are you planning to do one for server side rendering in the controller?