Adrian Mejia

Results 29 comments of Adrian Mejia

:+1: yes, adding `config.middleware.delete Rack::Lock` in `application.rb` did it for me in Rails 3.2.18

@itaisteinherz ``` $ npm i node -e "console.log(require('semver').satisfies('6.9.0', '

@itaisteinherz ``` $ node -e "console.log(require('semver').satisfies('6.9.0', '

I installed Node using [asdf nodejs](https://github.com/asdf-vm/asdf-nodejs) and updated npm using `npm i -g npm`

I tried but console.log were not printed on the stdout. Not sure if they are being redirected. I just commented out line 90 and everything worked :) But, it's annoying,...

Absolutely, thanks for reporting the issue. I'll make the fix!

Hi @AdithyaS99! Thanks for the contribution! Could you please add some unit tests?

For testing, you need to create a test file. Something similar to: https://github.com/amejiarosario/dsa.js-data-structures-algorithms-javascript/blob/master/src/algorithms/sorting/sorting.spec.js that you can run with `npm test`

A possible workaround is using the `data` option from the `ngcart-addtocart` directive. ``` html ``` Instead of passing the `item` object as `data`, Product's option can be passed there.