David Blado
David Blado
I also would prefer that ` `'s not be removed. Can't use this actually until that happens (well, not without adding a padding style everywhere I want to just put a...
Is there a path forward where we could have a reference field inside an embedded document? I use this all the time. Use case is storing a list of embedded...
I just attempted to upgrade to ES 1.0.1 and river 2.0.0 to fix 228 and I'm seeing this error too. [2014-03-09 14:15:36,681][INFO ][org.elasticsearch.river.mongodb.MongoDBRiverBulkProcessor] Waiting for bulk queue to empty... [2014-03-09...
I still get this error -- using ES 1.1.0 and river plugin 2.0.0 I have two MongoDB collections that I'm loading through the river -- if I run them serially,...
@richardwilly98 here is the log -- nothing about waiting for bulk queue [2014-04-13 14:43:11,622][INFO ][cluster.metadata ] [Ego the Living Planet] [_river] update_mapping [vendor_v2](dynamic) [2014-04-13 14:43:11,624][TRACE][org.elasticsearch.river.mongodb.MongoDBRiver] Initializing river : [vendor_v2] [2014-04-13...
I was at Elastic{on} (Elastic's first conference) and yes, they have been deprecated internally for months...maybe even a year. But they are also not going anywhere any time soon.
Just tracked this error down to this issue. Any workaround/update?
@alexole I think maybe this wasn't described well in the migration docs. I updated to: ``` from social_core.pipeline.partial import partial ``` And in my settings, updated: ``` SOCIAL_AUTH_PIPELINE = (...
Additionally, I believe you should ``` pip uninstall python-social-auth ``` to make sure you migrated to the new libraries properly.
Yea @obukhov-sergey I just noticed this problem too.