Re: [ClojureScript] Om Next: Reporting Backend Errors on the Frontend

2016-06-13 Thread Max Countryman
Okay—that was my assumption as well, it just seemed like that wasn’t what was happening. I’m still not clear on where a server-side mutation’s value is stored in the client-side state—when I look at my state atom I don’t seem to see that value associated with a key. > On Jun 8, 2016, at 11:08

[ClojureScript] Re: core.memoize for cljs?

2016-06-13 Thread Mads Olsen
On Tuesday, September 29, 2015 at 3:23:39 PM UTC+2, Antonin Hildebrand wrote: > On Tuesday, September 29, 2015 at 7:34:28 AM UTC+2, Yehonathan Sharvit wrote: > > Does anybody plan to implement core.memoize on cljs? > > > > https://github.com/clojure/core.memoize > > Would be great to have it on c

[ClojureScript] Re: cljsbuild hangs with foreign-libs using letsencrypt

2016-06-13 Thread Daniel Compton
AFAICT cljsbuild doesn’t do anything special with the :foreign-libs key and passes it straight to the compiler. Can you reproduce this issue against the bare ClojureScript compiler? On Tue, Jun 14, 2016 at 4:58 AM Elric Erkose wrote: > Recently I switched my local cdn from http to https with let

[ClojureScript] Re: cljsbuild hangs with foreign-libs using letsencrypt

2016-06-13 Thread Elric Erkose
I downloaded cljs.jar, but I don't know how to specify :dependencies which currently reside in project.clj. The documentation seems to only address compiler options. The build failed because it couldn't locate dependencies. On Monday, June 13, 2016 at 12:46:32 PM UTC-7, Daniel Compton wrote: > >