Dmitry Polushkin

Results 158 comments of Dmitry Polushkin
trafficstars

This one is part of the responsiveness: https://github.com/reactjs/react-tabs/issues/142

@Senegal at the moment downgraded to the sidekiq 5.2 It is not enough just to remove `--index` as sidekiq 6.0 removed daemonization from it's core and now daemonization should be...

@rusikf would be great if you try and write some feedback to #236.

@prakash-subramani what kind of sidekiq version do you have?

Yes, I tried to profile for ruby memory leaks - but we are free of them; seems like all the leaks somewhere inside the gems, in C extensions... at the...

One of my application also have the same issue. `bigdecimal` isn't in the Gemfile.lock.

The same issue. ``` $ gem uninstall bigdecimal ERROR: While executing gem ... (Gem::InstallError) bigdecimal is not installed in GEM_HOME, try: gem uninstall -i /home/dmitry/.rvm/gems/ruby-1.9.3-p547@global bigdecimal $ gem pristine --all...

With new rails 6.1 it will be much easier: https://code.lulalala.com/2020/0531-1013.html