Results 22 comments of danny

Favorite characters option cannot be changed (MagiCircles specific, not BanG Dream), but I can add a tab for favorite songs similar to the favorite cards. Would that be good for...

To achieve this, here's what needs to be done. On MagiCircles' repo: - Allow a setting for collectible to show somewhere else than under tabs but still show on profile....

Are we giving up on favorite songs? We didn't discuss them.

I figured out why it's happening. It's because it's the same function that's called when you load a gacha and an event, so when you open a gacha popup from...

Similar to #122 and should be solved at MagiCircle's level.

This implementation is very simple and doesn't work with borders. sorry! Try using this instead: http://csshexagon.com/

Median and average of a value in a model: ``` >>> def median_value(queryset, term): ... count = queryset.count() ... values = queryset.values_list(term, flat=True).order_by(term) ... if count % 2 == 1:...