om

Please ask the channel first, not @dnolen directly!
xiongtx 2017-05-15T00:16:58.515663Z

anmonteiro: Huh--what happened w/ that? Waiting for clojure.spec to move out of alpha?

dnolen 2017-05-15T11:38:31.426106Z

@anmonteiro @xiongtx he’s actually referring to the the change I made for the defui macro

dnolen 2017-05-15T11:42:38.472800Z

ha, acually sorry I think he just misremembered what I said and I forget I hadn’t made that change yet

dnolen 2017-05-15T11:43:14.479741Z

there’s a bunch of annoying code in defui for parsing the macro body - it can be replaced with spec

dnolen 2017-05-15T11:43:57.487961Z

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

👍 2
anmonteiro 2017-05-15T21:32:00.741943Z

@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

matthavener 2017-05-15T22:04:19.247841Z

@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

matthavener 2017-05-15T22:04:37.251999Z

then again, there are a lot of confusing things for most om.next beginners 🙂

anmonteiro 2017-05-15T22:05:21.262907Z

@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

matthavener 2017-05-15T22:05:34.266046Z

yeah, I think thats reasonable

matthavener 2017-05-15T22:05:48.269337Z

@cmcfarlen probably has an opinion as well

anmonteiro 2017-05-15T22:05:53.270310Z

this is just about establishing a sensible default that will not make users wonder why their data is not being normalized

anmonteiro 2017-05-15T22:09:35.321181Z

thanks for your input