Thierry Schellenbach

Results 47 comments of Thierry Schellenbach

If you change exceptions=None to exceptions=tuple() does that work better?

So 3.5 also works for me. Both except None as e: and except tuple() as e: are valid

Hi Owais, Good to hear from you. 1.) This is extremely easy using Stream. Simply initialize your feed with something like client.feed('feedname:subdomain-sep-userid') Also using Feedly you can probably just pass...

So you are implementing a notification feed, which shows the notifications like this: Discussion A (6) Discussion B (2) Discussion C You can specify an aggregation rule for the notification...

In many use cases it makes sense to disable trimming. Setting it to a negative number should work.

Going to ask @tbarbugli to pitch in here. We're actually also looking to move away from Pickle. So for pickle serialization you have the hooks in python which allow you...

good to hear from you. ive developed that functionality while working on getstream.io ill contribute it to feedly soon On Aug 12, 2014 9:02 AM, "viirak" [email protected] wrote: > I...

Well they solve the same problem, but that's where the similarities end. * Stream framework is a low level library that enables you to build scalable feeds in Python *...

Which feed class and with which storage backend did you run into this problem? Thanks for contributing, we really appreciate it.

Part of the problem seems to be that: https://github.com/tschellenbach/Feedly/blob/master/feedly/storage/redis/timeline_storage.py#L91 Removes by value instead of by key. Not sure why this is.