Andrew J. Burnett

Results 4 issues of Andrew J. Burnett

I've created custom Activity and AggregatedActivity classes, both of which have been registered with the feeds in which they are being used (a RedisAggregatedFeed and RedisNotificationFeed). Everything seems fine until...

From the source code it seems as though the add_many() function located within BaseFeed does not return the count of items added, even though this is what one would be...

I have a single APIImage class which inherits from MTLObject. I would like this class to implement the MTLManagedObjectSerializing protocol but I've run into a bit of a snag. My...

I am running into an issue when attempting to use implicit contexts within a Pyramid application. Using Pyramid's built-in BeforeRender event I can call the push_store_context function at the beginning...