Niels Zeilemaker
Niels Zeilemaker
I created a docker-compose to more easily try out storagetapper. It's based on `scripts/workflow_example.sh`. As this is my first try to get storagetapper up and working, it might contain some...
See http://www.aminus.org/blogs/index.php/2010/11/19/logging-statistics?blog=2 As we're already importing logging, why not use this for statistics as well.
See https://github.com/Tribler/dispersy/blob/devel/community.py#L2431
Outcome: a tutorial with one or all three ORM packages used Goal: use higher-level relational algebra, instead of hand-coded SQL Motivation: less code, easy to expand and re-use Options Sqlalchemy,...
Currently Tribler is using the attach_profiler decorate from Dispersy. I have no problems with this decorator, it is actually quite handy. However, could we think of a better solution than...
In the on_similarity_request method in the discoverycommunity, we now computer the "perfect" match per incoming request. However, the current code: ``` sorted_tbs = sorted([(self.compute_overlap(his_preferences, tb.preferences), random(), tb) for tb in...
This need to be fixed, as everywhere else we use the database_id property to indicate the database_id.
I've found the RelayDistribution after getting an assert, however it doens't seem to be implemented at all? Any plans on implementing it, or should it be removed?
Currently, Dispersy.start returns False when any of the components did not start as expected. However, returning False does not stop Dispersy automatically as components which did start keep running. Moreover,...