This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-01-16
Channels
- # beginners (11)
- # boot (21)
- # cider (12)
- # clara (6)
- # cljs-dev (7)
- # cljsjs (1)
- # cljsrn (62)
- # clojure (137)
- # clojure-austin (5)
- # clojure-italy (1)
- # clojure-nl (2)
- # clojure-russia (46)
- # clojure-spec (21)
- # clojure-uk (79)
- # clojurescript (56)
- # clr (1)
- # core-typed (1)
- # css (1)
- # cursive (3)
- # datomic (35)
- # docker (2)
- # emacs (20)
- # garden (3)
- # hoplon (8)
- # incanter (3)
- # jobs (12)
- # mount (5)
- # nginx (1)
- # off-topic (71)
- # om (8)
- # om-next (6)
- # onyx (4)
- # perun (3)
- # proton (2)
- # protorepl (5)
- # re-frame (35)
- # reagent (38)
- # ring (5)
- # ring-swagger (12)
- # rum (35)
- # spacemacs (2)
- # specter (5)
- # test-check (6)
- # yada (52)
@h.elmougy can you gist the whole file? Also, do you have a require for [hoplon.jquery]
?
@h.elmougy applying styles to html elements is the job of the browser, not something hoplon does (or could effect at all afaik)
either the DOM being generated isn't what your CSS expects, or the styles are actually not in the page after navigation
@thedavidmeister: we do actually implement the code to modify classes as attribute providers in hoplon.jquey and hoplon.goog
@flyboarder setting classes doesn't really have anything to do with styles applying though does it?
it just means the DOM that was output is different to what you expected
Hi all! I'm excited to try Hoplon so I cloned the hoplon/panoply repo, but I'm getting some errors. In the frontend file's initiate!
, I console logged the value of (.getKeys cks)
and it was an empty array, so get-user
is being called with no access-token resulting in an error which then fills in the error cell in the frontend.
I've never worked with cookies before, so I'm not sure how to approach this. Any ideas?