Eugene Kuznetsov

Results 9 comments of Eugene Kuznetsov

#104 related one Seems like we need to do it ourselves. Maybe, we should to create a list of tasks (issues) related to 2.0 support, make needed changes and provide...

+1 So activity is encoded in latin1 at serializing via pickle but decodes from utf8 (by default) when load data from storage.

Solution #1191a64 doesnt resolve a case with nested dicts. Recursive algorithm will.

+1 P.S. Using redis storage, RedisNotificationFeed

I have made some code research and it seems that https://github.com/tschellenbach/Stream-Framework/blob/master/stream_framework/feeds/aggregated_feed/base.py#L227 this code doesn't work right way. There is no such activity in the storage that presents in `to_remove` list.

I've found that this problem caused by activity serialization issue: the same Activity may be serialized/deserialized/serialized again and serialized(1) will not be equals serialized(2). This simple test demonstates it: ```...

Oh, it references #53