anmonteiro: Huh--what happened w/ that? Waiting for clojure.spec
to move out of alpha?
@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
https://gist.github.com/swannodette/c1444684bc2a8236634e4e110c654fe5
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