Thanks, I made the update in the doc repo [1]. I'm not sure why your
message took so long to drop into my non-registered email queue. I only saw
an email about it late this morning. Anyways, I'll get this pushed to
pedestal.io ASAP.
In the future you can submit an issue or pull request to the p
Thanks! Yeah it's probably just a mistake in the docs.
--
Please do not email me anything that you are not comfortable also sharing with
the NSA.
On Jul 4, 2013, at 10:08 AM, gianluca torta wrote:
> right, sorry!
>
> I found the double role of "template" in this sample file on the pedestal
>
right, sorry!
I found the double role of "template" in this sample file on the pedestal
repo:
https://github.com/pedestal/samples/blob/master/chat/chat-client/app/src/chat_client/web/rendering.cljs
maybe the doc you originally refer to is inspired by this, but something
got lost in the doc
-Gian
Where did you see the first :require? I can't find it in the code sample.
> one deriving from:
> (:require ...
> [io.pedestal.app.render.push.templates :as templates]
> ...)
Thanks,
Greg
--
Sent from my mobile device.
Please do not email me anything that you are not comfortable also
Hi,
I am pretty new to clojure and trying to learn a lot from this great list
anyway, looking at the code you point to, it seems that the name
"templates" has two roles:
- one deriving from:
(:require ...
[io.pedestal.app.render.push.templates :as templates]
...)
- one deriv
I know there's a pedestal-users mailing list, and I sent my question to it, but
for whatever reason it hasn't shown up there (perhaps it's still in the
moderation queue?). Hopefully someone here might be able to help.
On this page: http://pedestal.io/documentation/application-introduction/
Ther