Fork me on GitHub
#om
<
2017-01-16
>
drcode00:01:25

@dottedmag don't know of a way to do that, but I like to use https://github.com/plumatic/om-tools which allows you to pass clojure maps

drcode00:01:53

@dottedmag (works with OmNext, too)

cjmurphy02:01:37

I'm getting Could not find artifact org.omcljs:om:jar:1.0.0-alpha48-SNAPSHOT in clojars (). Clojars itself seems to be up and: https://github.com/omcljs/om/blob/master/project.clj shows that alpha48-SNAPSHOT is the latest. My internet is fine. I've invalidated caches in IntelliJ just in case there was some weird problem there. Still haven't ruled out IntelliJ/Cursive upgrade I did recently as somehow being the cause of the problem...

drcode02:01:28

@cjmurphy clojars only goes up to alpha47 at the moment: https://clojars.org/org.omcljs/om

drcode02:01:03

@cjmurphy if you want to run alpha48-SNAPSHOT: 1. Clone the om repo 2. Run lein install in the om repo 3. Now if you go to your project and try it again, it should automagically be found in your local maven repo and everything should work

cjmurphy02:01:27

Thanks @drcode. Now I remember I updated deps a while back and didn't test them. Will go back to 47.

yo20:01:25

has anybody been able to get pass the "Changing Queries Over Time" section of this Om Next tutorial? - https://github.com/omcljs/om/wiki/Quick-Start-(om.next)#changing-queries-over-time