Tommaso Barbugli

Results 95 comments of Tommaso Barbugli

@EvgeneOskin how is this PR related to pickle output differences between Python 2 and Python 3?

I agree, the way we handle datetime is too loose and can lead to bugs or worse (eg. read failures, write failures...). Any contribution is always very welcome so if...

@The-Neo-Noir there is no follow storage included in the framework. The framework include APIs to create follows (and remove) between feeds (eg. let timeline X follow user Y) but where...

@cosmologist10 that's great to hear! Best way is to create a PR with your changes

Hi, filtering on something else than activity_id is not a builtin feature in feedly; feed api have support but thats not enough to have filtering working out of the box....

one way to do it is to have 1 sorted set per kind of filter you want to have; then you have to make sure that every time you add...

4.) Roll your own index 5.) Override the read path with a LUA script that filters the results server-side

Hi, my suggestions don't depend on each other (though you can use them together) By rolling your own index I mean to store the reference of activities that are active...

happy to review a PR, at the moment I am too busy at work to do this myself :(

that's awesome, I used a different approach here https://github.com/dj-stripe/dj-stripe/pull/1765 and I can confirm that the sync model mgmt command pulls subscriptions correctly there ;)