This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-04-12
Channels
- # alda (3)
- # beginners (17)
- # boot (157)
- # cider (15)
- # cljs-dev (30)
- # cljsjs (4)
- # cljsrn (5)
- # clojure (70)
- # clojure-austin (3)
- # clojure-canada (2)
- # clojure-colombia (1)
- # clojure-czech (1)
- # clojure-dev (27)
- # clojure-greece (34)
- # clojure-japan (6)
- # clojure-russia (114)
- # clojure-sg (3)
- # clojure-uk (8)
- # clojurescript (63)
- # cursive (9)
- # datomic (40)
- # devcards (11)
- # euroclojure (4)
- # events (8)
- # hoplon (61)
- # incanter (1)
- # instaparse (16)
- # jaunt (6)
- # jobs (6)
- # jobs-discuss (52)
- # ldnclj (1)
- # leiningen (2)
- # off-topic (3)
- # om (73)
- # onyx (101)
- # overtone (25)
- # re-frame (18)
- # reagent (6)
- # ring (7)
- # ring-swagger (36)
- # spacemacs (5)
- # sydney (1)
- # untangled (41)
- # yada (6)
@chromalchemy: alan and i did some work on a jsfiddle type app for hoplon this evening
@dm3: i think the idea behind the prop-cell was similar to that of the mutation observers we’ve been discussing more recently
(btw if you haven't seen I've played around with MutationObserver - http://clojurians-log.mantike.pro/hoplon/2016-04-09.html)
wrt the prop cell, while hooking into the event loop might not be the most efficient way to react to changes to a property of the browser, it is a very general solution that works.
is there anything like https://coldnew.github.io/html2hiccup/ for hoplon?
@thedavidmeister: if that is what i think it is, hoplon has had that from the very beginning
but i wanted to turn the html syntax into hoplon syntax
not use the html directly
can you give me an easy example?
has anyone experimented with codemirror from hoplon? i'm having trouble with it
@jumblerg: exactly like what is on that page i linked
@thedavidmeister: i’m not aware of a page exactly like that for converting html to its clojurescript representation in the browser, if that’s what you mean.
yes, that’s what i mean
@thedavidmeister: is that what you mean?
@micha: probably exactly that, thanks
java.lang.IndexOutOfBoundsException
thats generally what i’m getting
i will add it to my todo list to make a widget like the one i linked >.<
https://github.com/hoplon/boot-hoplon/blob/master/src/hoplon/boot_hoplon/compiler.clj#L60-L63
yeah, i’ll steal the function and put it in a text area
set-cell!= is useful to either change the formula in an existing formula cell or to make an input cell into a formula cell
so who is able to do reviews of PRs?
@thedavidmeister: i'll give it a spin
i g2g, getting late here
i’ll check out the PR again tomorrow
@tbrooke: https://bitbucket.org/alandipert/thelarch has code for doing oauth against github
@thedavidmeister: what version of firefox do you use? running locally i get a timeout as selenium attempts/fails to connect to the open firefox window
@alandipert: Thanks that gives me a direction -frontend looks pretty straight forward - not sure about github - looked at Stormpath they look pretty robust, they have a servlet and I Googled and found tailrecursion/clojure-adopter-servlet - May be doable ?
@tbrooke: the github code in there should work with any oauth provider... which still means that a 3rd party will host identities
i'm not familiar with stormpath. but yeah clojure-adapter servlet is a great way to deploy apps to servlet containers. we have it baked into boot now, you can make uberwars via boot uber/war
@tbrooke: https://github.com/micha/boot-war-example is an example of that
@micha @alandipert thanks heading down that “storm” path