funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
2015-11-04T09:10:08.000056Z

we've forked and are going to push the development of muse forward

2015-11-04T09:10:09.000057Z

https://github.com/funcool/muse

2015-11-04T09:10:31.000059Z

plans include moving away from core.async channels to promises in order to be able to convey errors

2015-11-04T09:10:46.000060Z

and implement an applicative interface for declaring data fetches with alet

👍 2
🚀 2
niwinz 2015-11-04T20:13:51.000061Z

@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

mitchelkuijpers 2015-11-04T20:14:09.000062Z

Oeh thnx @niwinz

niwinz 2015-11-04T20:14:11.000063Z

instead of attaching it on the routes you can just attach it on the server setup 😉

mitchelkuijpers 2015-11-04T20:14:16.000064Z

That will make my life a lot easier

niwinz 2015-11-04T20:14:53.000066Z

the corresponding commit, the docummentation at this moment is lacking but I'll fix it for the final 0.9 release

mitchelkuijpers 2015-11-04T20:30:01.000067Z

I’ll figure it out thanx for the headsup @niwinz