Stream-Framework icon indicating copy to clipboard operation
Stream-Framework copied to clipboard

Stream Framework is a Python library, which allows you to build news feed, activity streams and notification systems using Cassandra and/or Redis. The authors of Stream-Framework also provide a cloud...

Results 79 Stream-Framework issues
Sort by recently updated
recently updated
newest added

Hi anyone running this setup. any advice would be appreciated?

Aggregated.activities is sorted from old to new. Whereas the feed itself is sorted from new to old. This is quite confusing behaviour. Hard to change without breaking backwards compatibility though....

Python has a troublematic history with timezones. You can have two kinds of datetime objects - with or without a timezone. You cannot compare between these twos. Your code will...

The documentation on activity params is very confusing.

How can i filter the aggregated activities? Considering aggregated activities has the custom attribute e.g. active (boolean) ``` feed = newsfeed_stream.get_feeds(user.id)['aggregated'] # filtering here ??? ```

**Description:** **Problem:** I've encountered an issue with the `Stream-Framework` library's `ActivitySerializer` class when using the Pickle protocol 4. The serialization process seems to fail when the serialized data contains a...

updates collections.Hashable to collections.abc.Hashable