This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-15
Channels
- # beginners (34)
- # boot (45)
- # cider (16)
- # cljs-dev (20)
- # cljsjs (1)
- # cljsrn (8)
- # clojure (207)
- # clojure-berlin (3)
- # clojure-dev (18)
- # clojure-greece (1)
- # clojure-ireland (1)
- # clojure-italy (9)
- # clojure-russia (20)
- # clojure-spec (27)
- # clojure-uk (19)
- # clojurescript (110)
- # code-reviews (2)
- # cursive (7)
- # data-science (2)
- # datomic (7)
- # devcards (1)
- # emacs (4)
- # graphql (1)
- # hoplon (2)
- # immutant (15)
- # jobs (5)
- # jobs-rus (1)
- # juxt (1)
- # luminus (7)
- # lumo (26)
- # microservices (3)
- # off-topic (27)
- # om (13)
- # onyx (11)
- # pedestal (7)
- # proton (4)
- # re-frame (24)
- # remote-jobs (1)
- # spacemacs (2)
- # specter (2)
- # unrepl (31)
- # untangled (7)
- # vim (14)
@anmonteiro @xiongtx he’s actually referring to the the change I made for the defui
macro
ha, acually sorry I think he just misremembered what I said and I forget I hadn’t made that change yet
there’s a bunch of annoying code in defui
for parsing the macro body - it can be replaced with spec
we haven’t adopted spec yet because of the 1.9.0 alpha dep - but I think we’ll make the jump when 1.9.0 gets released
@peeja @matthavener proposal for a smart default in Compassus’s :send
https://github.com/compassus/compassus/pull/30
Seeking feedback / thoughts if this might break any assumptions we currently have?
pinging you 2 since you’re the most recent contributors
@anmonteiro seems legit to me. although, if the remote returns data in a slightly different format than the current query, normalization can do really confusing things
then again, there are a lot of confusing things for most om.next beginners 🙂
@matthavener sure, but my thought there was that if you’re changing the query you send to the remote, you’ll also pass it to the callback anyway
yeah, I think thats reasonable
@cmcfarlen probably has an opinion as well
this is just about establishing a sensible default that will not make users wonder why their data is not being normalized
thanks for your input