Sven
Sven
Operations scheduled on `ProcedureQueue.main` (sometimes?) run on background threads, not the main thread. I don't think I have to explain why this is bad. Reason is that the main procedure...
Makes it faster. Rendering the example text goes from 3.3ms to 2.6ms. Requires a newer version of Down which includes this PR: https://github.com/johnxnguyen/Down/pull/275
A publisher must discard events if the subscriber didn’t demand them.
I was using the release 1.0.0 version in an non-ARC project (via cocoapods, THObserversAndBinders is compiled with ARC) and I found a strange crash. After debugging it turned out that...