we've forked and are going to push the development of muse forward
plans include moving away from core.async channels to promises in order to be able to convey errors
and implement an applicative interface for declaring data fetches with alet
@mitchelkuijpers: I just released an other snapshot of catacumba with "decorators" concept, that allows specify some "root" handlers on server initialization. This approach will solve the ordering issues when attach the request logger handling
Oeh thnx @niwinz
instead of attaching it on the routes you can just attach it on the server setup 😉
That will make my life a lot easier
https://github.com/funcool/catacumba/commit/1e95ac1f1ebf96066d252197e0078544f49c16bb
the corresponding commit, the docummentation at this moment is lacking but I'll fix it for the final 0.9 release
I’ll figure it out thanx for the headsup @niwinz