This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-23
Channels
- # admin-announcements (95)
- # beginners (16)
- # boot (50)
- # cider (15)
- # cljs-dev (47)
- # clojure (149)
- # clojure-italy (5)
- # clojure-russia (94)
- # clojurescript (163)
- # clr (1)
- # cursive (6)
- # datavis (9)
- # editors-rus (4)
- # hoplon (24)
- # jobs (9)
- # ldnclj (32)
- # lein-figwheel (4)
- # mount (5)
- # off-topic (2)
- # om (68)
- # parinfer (31)
- # proton (1)
- # reagent (32)
- # remote-jobs (1)
- # yada (5)
@flyboarder: it worked indeed. very exciting! thanks!
have the advanced compilation broke for u too with:
java.lang.NoSuchMethodError: com.google.common.base.Splitter.splitToList(Ljava/lang/CharSequence;)Ljava/util/List;
attempts
yep failed for me too
does anyone have an example of using a multimethod to override one of the hoplon attributes?
what are the arguments which are passed to that?
it happens to call do!
itself, but that's not required, it was just easy to make the example that way
thanks, ill play around with that 😛
@micha: thanks! that helped remove the need for the routing hack
We just looked deeper and started to use protocols and records so we under stand how component and boot-system work. Still I think we should thank Hoplon for being able to defer learning about such things for a year, yet deliver working software (which is actually used in production by blood and flesh humans
Any advice on creating a new project under hoplon? You can see the code here-> https://github.com/laforge49/simple-notifications/blob/master/src/clj/server_notifications/notification_api.clj and here-> https://github.com/laforge49/simple-notifications/blob/master/src/cljs/server_notifications/notification_rpc.cljs.hl
Hi all! is there an idiomatic way of keeping track of indices within a loop-tpl
?
@levitanong: sure, you can do this:
I can't believe I didn't think of that. Thanks, @micha!