funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
kenny 2016-03-24T00:54:29.000167Z

Is it possible for autoreload in Catacumba to work without passing a var? For example with the handler defined like this: [:post "api" (partial post-api-handler !db)]. This is not a var so autoreload does not work.

niwinz 2016-03-24T08:01:24.000168Z

No it is not possible, but you can define a var for (partial ...

niwinz 2016-03-24T08:01:28.000169Z

and later pass it