FYI in the code example for https://funcool.github.io/catacumba/latest/#server-push pc/response
should probably be pc/frame
.
thanks!
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
.
Probably worth updating the deps on the project anyways 🙂
0.0! thanks for the notice!
I'll fix it ASAP
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.
Please fill an issue for that. I'm gladly change it
released 0.7.0 of postal with your change
and with other dependencies updates
catacumba-prone fixed 😉