This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-01-22
Channels
- # aatree (21)
- # announcements (10)
- # avi (1)
- # aws (15)
- # beginners (96)
- # boot (269)
- # braid-chat (92)
- # cider (9)
- # clara (10)
- # cljs-dev (3)
- # cljsjs (14)
- # cljsrn (20)
- # clojure (198)
- # clojure-art (3)
- # clojure-hamburg (2)
- # clojure-ireland (4)
- # clojure-russia (117)
- # clojure-spain (3)
- # clojured (1)
- # clojurescript (253)
- # code-reviews (6)
- # community-development (7)
- # conf-proposals (52)
- # core-async (4)
- # cursive (4)
- # datomic (4)
- # devcards (1)
- # emacs (59)
- # euroclojure (5)
- # funcool (1)
- # hoplon (39)
- # human (1)
- # jobs (4)
- # ldnclj (15)
- # ldnproclodo (1)
- # leiningen (3)
- # mount (37)
- # off-topic (14)
- # om (77)
- # perun (10)
- # proton (12)
- # rdf (1)
- # re-frame (9)
- # reagent (42)
- # ring-swagger (10)
- # yada (50)
today I'm looking into unit testing. This was handy, but I need to reread it all a few more times! https://github.com/magomimmo/modern-cljs/blob/master/doc/second-edition/tutorial-14.md
@onetom: Since you have worked with Semantic UI and I am using your library. Have you looked at this - https://github.com/gadfly361/soda-ash - Iām not sure how reagent based it is but I think it would be cool to use this with Hoplon
i was able to make some macros to autogenerate functions for all the classes in ink css
@tbrooke no we haven't used anything else other than hoplon and pure hiccup+cljs so im not aware of soda-ash, BUT i can tell u that we havent missed much from semantic ui's js library; we just built out the missing pieces with hoplon directly, on the spot as we needed.
@alandipert @micha: btw, we have just rebuilt the main index page of our homepage with simpler tools since we agreed to minimize interactivity, so hoplon's dynamism is not needed anymore. here are the results: https://github.com/exicon/www-static
we started off with looking into confetti and perun as per martin's and deraen's recommendation
@onetom Any thoughts on Hiccup v Hoplon - Havenāt used Hiccup but a quick glance at your homepage looks like Hoplon in regards to html
this is probably obviousā¦but where does one put the equivalent of ābody onloadā in a .hl file?
if you want to do something after the hoplon page is all ready you can just put expressions after the html
expression
LOL ok. Iām having a bit of trouble with some D3 integration, my div doesnāt seem to have a height when the code runs. š
I did have the function invocation at the end of the file so that sounds rightā¦Iāll look elsewhere for the issue. thanks.
@actsasgeek: buncha dated material, but if you look at http://adzerk.com/blog/2014/10/a-dashboard-with-hoplon/ and search for with-let
you'll see a thing tha tmight be useful
under "Back to JustGage"
basically i create and return a div
but don't initialize justgage on it until after the page has loaded. the "placeholder pattern" maybe it could be called
yeah, I saw that. I havenāt gotten to defelem
yet, Iām just trying to get my conversion from a JavaScript to ClojureScript of a bar chart to work.
so Iām just converting this example to use data already in the page http://bl.ocks.org/mbostock/3885304
I think at this point, most of my problems are JavaScript -> ClojureScript problems.
gotcha
but I had to figure out if I was calling the function right at all. It looks like I amā¦now on to other difficulties. Why are there no axes? š