This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-10-13
Channels
- # admin-announcements (48)
- # alda (1)
- # aws (24)
- # beginners (4)
- # boot (103)
- # cider (69)
- # clojure (111)
- # clojure-art (5)
- # clojure-dev (35)
- # clojure-greece (2)
- # clojure-nl (3)
- # clojure-russia (1)
- # clojure-shanghai (1)
- # clojurescript (220)
- # clojurescript-ios (1)
- # clojurewerkz (3)
- # community-development (3)
- # core-logic (5)
- # cursive (5)
- # datomic (24)
- # devcards (21)
- # editors (3)
- # funcool (1)
- # hoplon (20)
- # ldnclj (47)
- # ldnproclodo (1)
- # liberator (1)
- # off-topic (7)
- # om (21)
- # onyx (36)
- # reagent (1)
- # ring-swagger (2)
- # spacemacs (38)
- # yada (17)
@alandipert: my colleague just says it looks like the half life logo 😉
quick question: how can we focus an input field on a hoplon "screen" when it appears? eg we are switching between menu items and we want the 1st field in the appearing forms to be focused.
i know we can do a .focus()
of the corresponding <input>
element, but is there are recommended pattern doing that in hoplon?
@micha: thx, that sounds awesome! now i remember i saw it in the source just never used it yet.
Hi all, what’s the idiomatic way of splitting off your components into separate files/namespaces? Is this even recommended? Do I place them into another .cljs.hl? What about (page)
? So many questions!
Why Castra? I read the exchange at: http://hoplon.discoursehosting.net/t/castra-advantages-over-rest-api/470 . I still don’t see the advantage of Castra - I can sort of see it if I had a database on my server - I want to link Hoplon with Usergrid and/or http://Prismic.io (a CMS) I thought of routing remote http requests through Castra and I could run it on lambda, which would be cool - but on reflection why not just make http calls from Hoplon and skip Castra
@tbrooke: yeah castra only makes sense if you own the server
@alandipert: Thanks Thought I might be missing something
Hi. Has anybody discovered what JS turns into? http://es6-features.org/#StringInterpolation Scary
Also they added that "let" which isn't functional