Fork me on GitHub
#om
<
2015-06-29
>
txus17:06:46

hey! I’m using om-sync and, following the Readme example, I get two strange things: anything I tag with :create ends up sending the whole :coll to the server, not only the element I tagged ([:create new-element]) and anything I tag with :delete sends nothing, even if I tag it with [:delete thing-i-just-deleted] any ideas? :S

txus17:06:28

the tx-data has the correct :tag field

dnolen20:06:13

@txus: om-sync is really a proof-of-concept not a finished tool

txus20:06:00

@dnolen: fair enough :) i managed to work around the issue anyway, it's pretty seamless and awesome for 100 lines of code honestly

txus20:06:19

started off a cljs app with figwheel and added a server and sync in an hour