This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-28
Channels
- # aatree (1)
- # announcements (1)
- # beginners (18)
- # boot (12)
- # cljsjs (1)
- # cljsrn (6)
- # clojure (358)
- # clojure-japan (1)
- # clojure-russia (69)
- # clojurescript (20)
- # core-async (32)
- # cursive (6)
- # datomic (57)
- # devcards (3)
- # dirac (2)
- # editors (8)
- # emacs (6)
- # juxt (1)
- # ldnclj (4)
- # luminus (2)
- # om (91)
- # om-next (2)
- # onyx (11)
- # reagent (7)
sorry, meant to have a link there https://github.com/clojure/clojurescript/wiki/Quick-Start
Hi all. The excellent Quick-Start shows a way to compile ClojureScript culminating in 'java -cp cljs.jar:src clojure.main build.clj'. Putting 'src' on the classpath isn't necessary, is it?
@jonoflayham: That's exactly what the -cp
flag does.
Yes, @rauh - I'm just suggesting that 'src' doesn't need to be added to the -cp flag for this to work.
I’m testing pushy
- https://github.com/kibu-australia/pushy together with bidi
and it sort of works, except that on initial load (e.g. reloading the browser tab) I can only load the index page, subpage links don’t hit my app at all. Loading the index page and then clicking around to subpages work… Anyone using pushy
who have seen the same thing?
hi guys is there any function in google closure that helps us find the offset of an element within a parent div not with the viewport.
@nxqd: can't find anything in but probably quite easy to get something based on
getBoundingClientRect
going?
(this is viewport relative but I guess it doesn't matter much if you want the relative positioning of two elements)
Also this might be a handy alternative: http://google.github.io/closure-library/api/namespace_goog_style.html#getPageOffset
(search for "offset" on that page to find more relevant things)
Full-on App Store ClojureScript React Native apps are a thing now. Wow! https://appsto.re/gb/5KjH7.i
@thiagofm: that's because Berlin rules