NYKevin

Results 2 issues of NYKevin

If the user instantiates multiple `Distance` objects, the descriptors will interfere with each other. There are two (and-a-half) ways to fix this: 1. Attach a [`weakref.WeakKeyDictionary`](https://docs.python.org/3/library/weakref.html#weakref.WeakKeyDictionary) to instances of `Meter`....

### Please describe your bug **Steps to reproduce**: 0. Have a library containing multiple music albums. 1. Favorite at least two albums (I favorited a large number, not sure if...

bug