This small library holds a set of exceptions and utilities that implements idea of fast, reusable, error codes that can be simply thrown fast in case of unpredictable ...
Being a cljs/core.async newbie it took a couple of hours of head banging to crack this. It turns out my event handler was throwing a JS exception, which currently breaks core.async. This seems to have ...