Timothy Hobbs
Timothy Hobbs
Note that the addition of the unread_count to the `live_all_notifications_list` is intentional, because the API is shared by all callbacks and the badge requires `unread_count` to be set.
My PR from a week ago https://github.com/django-notifications/django-notifications/pull/278/files does basically the same thing.

Creating a list of files to be whited out, and keeping that outside of `layer.tar` is better than putting `.wh` files in `layer.tar`. We wouldn't want a situation like this:...
Would it be possible to use the whiteout list file IFF a `whiteout` list file exists, and otherwise use the `.wh` approach?
@philips so basically, you want to have the 1.0 release be supported by Docker/CoreOS/whatever, without actually haven't to change Docker/CoreOS/whatever's code? Basically, there will be no actual technical changes to...
I don't know what the best way to change the spec is, but I personally think that it would include adding a directory to the tarbal with a whiteout list...
PS: With the forth example, it is of course reasonable to ask "Why did Dr. Lang decide to put untrusted test data, and an executable into a single directory. That's...
I don't know what the best way to change the spec is, but I personally think that it would include adding a directory to the tarbal with a whiteout list...
Excelent. I of course don't want to restrict the possible paths at all, and did not know that a better method was possible. Somehow, I did not understand from your...