Agis Anastasopoulos

Results 65 comments of Agis Anastasopoulos

As the output states, you have to run `$ gem uninstall -i /home/dmitry/.rvm/gems/ruby-1.9.3-p547@global bigdecimal` in order to delete this gem.

@vanboom You run `$ gem pristine --all` and you see.

In our case, we noticed that by removing oobgc our response times at the 90th and 95th percentile got slower by ~10ms. I believe OobGC is still relevant.

It is not unnecessary. It really depends on the workload and the hardware you use.

Specifically, we want to deploy hypernova in such a way that it supports multiple versions (ie. releases) of our SSR code, without having to restart it. However, we've noticed memory...

Sounds like a good idea! Any interested in submitting a PR?

I guess this should be closed as you've accepted that SO answer.

Stumbled on this too today, https://github.com/jwhitley/requirejs-rails/commit/c7babb62fe7418d23f7ae66c85a1519817c9b915 is the culprit. @carsomyr What do you refer to by _"Sprockets `2.x` backwards compatibility"_? I think we would be compatible if we change the...

Run into the same issue too, using requirejs-rails 1.9.5, rails 4.2, sprockets 2.12.4 and sprockets-rails. @aar0nTw Are you using this patch in production?