This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-09
Channels
- # aws (3)
- # bangalore-clj (3)
- # beginners (40)
- # boot (53)
- # cider (1)
- # cljs-dev (124)
- # cljsrn (22)
- # clojure (105)
- # clojure-italy (1)
- # clojure-nl (3)
- # clojure-russia (35)
- # clojure-spec (9)
- # clojure-uk (30)
- # clojurebridge (25)
- # clojurescript (107)
- # datomic (18)
- # dirac (21)
- # events (6)
- # hoplon (29)
- # leiningen (5)
- # off-topic (40)
- # om (17)
- # onyx (25)
- # parinfer (2)
- # pedestal (4)
- # perun (2)
- # planck (1)
- # protorepl (6)
- # re-frame (18)
- # reagent (15)
- # ring-swagger (4)
- # specter (2)
- # test-check (7)
- # testing (3)
- # untangled (45)
- # vim (2)
@flyboarder: thanks. I'll give that a try. But prelude has its own settings too right?
for Prelude the settings in https://github.com/hoplon/hoplon/wiki/For-Emacs-users seem to work fine if put in ~/.emacs.d/personal/custom.el
@jumblerg it seems this line is wrong in the ui master branch https://github.com/hoplon/ui/blob/master/src/hoplon/ui.clj#L19 comp*
should be cmpt*
on a related note, as a general programming etiquette thing, should I just send PRs for these really small typo things, or bring them up in a place like here? what is generally preferable for project owners?
has it always been expected behavior that a nil child of a hoplon element will stop subsequent children from being created? so in
(body
(h1 "Hello, Hoplon!")
(p "foo")
nil
(p "bar"))
bar
shouldn't be displayed?@jjttjj that's surprising to me
not sure if it's always been like that or not. but feels like it shouldn't work that way
yeah i don't remember it working like that either, but it seems to be that way with hoplon16 and 17 in my quick test
ok i think it's this: https://github.com/hoplon/hoplon/blob/master/src/hoplon/core.cljs#L289 arg
there should be (or arg args)
so that if there are remaining args it should recur EDIT: this was just a naive quick thing and might break things elsewhere
@jjttjj: yep - that would be an error; mentioning it here is great, tickets and prs are awesome toom. i'm trying to phase the cmpt
s out in general, but that's a work in progress.
i have a "very slightly more than a toy app" hoplon+ui+firebase chat demo i'm hoping to actually open up on github in the very near future, just tying up a bunch of lose end stuff
that would rock
Woot alpha 17 on clojars!!