Francesco Belladonna

Results 46 comments of Francesco Belladonna

Another note, I wonder if the problem presents when the gem (license_finder) has a dependency with a version colliding with the one in the gem file. For example, my Gemfile.lock...

I think there might be a discussion to be made about the design for bundler. The idea being since this is a ruby process, it should load Bundler natively (call...

I was facing the exact same problem, having reducers as constants (the only thing that can be injected during config) was definitely a problem, because it's quite common you want...

@Negan1911 functionality is already there and merged

@hgsigner I was thinking maybe you want to rename `combineReducersFunc` to `setCombineReducersFunc` to be more explicit

I was looking for this feature myself, the underline is a bit hard to read on a dark theme, so I really appreciate this! Thanks for the extension by the...

As a side note, it should be performed for snapshots table too.

In case you don't have `convert_from` available in your postgres installation (I don't have it in mine and I'm not sure where it's coming from): ```sql alter table events alter...

You are totally right @bradrobertson , I faced this issue multiple times and would love to see it addressed.

@deivid-rodriguez This poses essentially a lock where library authors can depend only on rubygems as package repository.