joe1chen

Results 8 comments of joe1chen

Anyone have a general solution for this problem? We're also seeing this issue.

@jcupitt So what's the resolution on this issue? It looks like the load-from-stream branch was closed.

Disabling pointer shadow on host machine worked for me too!

I also saw the issue with Mongoid 7 and did not have the time to look into the issue with Mongoid 7. Since we are not using Mongoid 7, there...

No need for a test repository. Just updating the gems to Mongoid 7 and running the existing specs is enough to reproduce the issue.

Ok, it looks like this issue with Mongoid 7 was also raised in the mongoid-rspec library and subsequently fixed (see https://github.com/mongoid/mongoid-rspec/pull/212/files). Looks like Mongoid::Relations needs to be replaced with Mongoid:Associations...

Still broken with 4.5.0. This should either be documented somewhere or the default behavior should be changed so that webp needs to be explicitly enabled before it starts converting all...

For JRuby, instead of the Celluloid patch, we're thinking of using the mongoid_connection_pool gem (https://github.com/cpuguy83/mongoid_connection_pool) from @cpuguy83. This gem takes care of the session issue. If we use the connection...