AlexanderBollbach
AlexanderBollbach
I have been reading the Core Audio book and referencing these public repositories. I noticed certain TODO's and took that as an opportunity to practice my git skills and open...
If i explicitly define a `skipRepeats` function on my subscription selection I feel that it should take precedence over my type's `==` implementation. More than a few times I've been...
# double TL;DR i think since my selections were tuples of equatable substates that were not equatable themselves, i was therefore getting notifications. so explicitly comparing the tuples in `skipRepeats`...
My understanding of `NavigationState.route` is that each of its `RouteElementIdentifier` elements corresponds to a `Routable` that is triggered. So if my route state goes from `["home"]` to `["home", "favorites"]` than...
This is almost Swift3 ready, but I cannot subclass it with the Public access modifier. Please change to Open.