Fork me on GitHub
#funcool
<
2016-05-26
>
kenny17:05:04

FYI in the code example for https://funcool.github.io/catacumba/latest/#server-push pc/response should probably be pc/frame.

kenny17:05:04

Also prone plugin is broken with latest catacumba. I think all you need to do is remove the [catacumba.helpers :as hp] require in catacumba.plugins.prone.

kenny17:05:43

Probably worth updating the deps on the project anyways 🙂

niwinz17:05:15

0.0! thanks for the notice!

niwinz17:05:22

I'll fix it ASAP

kenny17:05:41

On a side note.. It'd be nice if you could change this precondition to be (or (keyword? dest) (string? dest)) https://github.com/funcool/postal/blob/master/src/postal/client.cljs#L106. I am writing the backend for an app where the front end is being done in JS (no cljs 😞 ) so it is much easier for the client to send strings to me rather than keywords.

niwinz17:05:38

Please fill an issue for that. I'm gladly change it

niwinz18:05:33

released 0.7.0 of postal with your change

niwinz18:05:42

and with other dependencies updates

niwinz19:05:48

catacumba-prone fixed 😉