Mimmy

Results 9 issues of Mimmy

Marking a card in waste pile will show similar animation as marking a card in any other pile. The main benefit is being able to see the previous waste pile...

I believe this fixes the issue of `marked_cards_count()` not working if no cards are marked. I am willing to build out some tests to make sure this works as expected,...

Add feature that lets you press left button at left-most stack to loop cursor around to right-most stack (and vice-versa). Related to Issue #50. I find it helpful personally when...

Can now without having to press space first. I was trying to prioritize adding as little code as possible, so solution might not be the cleanest. I find the feature...

Pressing `space` feels like an extra click when I plan on marking all cards in the stack anyways. Perhaps pressing `Shift + M` should mark all cards without having to...

According to this [comment](https://github.com/django-treebeard/django-treebeard/issues/125#issuecomment-762164502), `load_bulk()` was designed for migrating an existing model to `MP_Node`. But from my understanding, django migrations restrict access to custom managers. For example, suppose I have...

According to the comment [here](https://github.com/django-treebeard/django-treebeard/issues/108#issuecomment-762187951), the field `created = models.DateTimeField(auto_now_add=True)` can't be used in `node_order_by=[]`. The same also appears to be true for `models.AutoField()` fields. Should this be in the...

Hi, apologies if this is a basic question. I've been banging my head against the wall on this and feel like I must be missing something straightforward. I'm attempting to...