Fork me on GitHub
#funcool
<
2016-03-24
>
kenny00:03:29

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.

niwinz08:03:24

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

niwinz08:03:28

and later pass it