This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-18
Channels
- # announcements (1)
- # aws (13)
- # beginners (55)
- # calva (8)
- # cider (73)
- # cljs-dev (96)
- # clojure (119)
- # clojure-europe (4)
- # clojure-italy (41)
- # clojure-nl (14)
- # clojure-uk (6)
- # clojurescript (90)
- # cursive (14)
- # data-science (1)
- # datomic (20)
- # dirac (1)
- # emacs (32)
- # figwheel-main (11)
- # fulcro (81)
- # hoplon (2)
- # jobs (1)
- # lein-figwheel (2)
- # luminus (1)
- # lumo (19)
- # nyc (3)
- # off-topic (60)
- # other-languages (1)
- # pedestal (5)
- # quil (1)
- # re-frame (3)
- # reagent (3)
- # reitit (5)
- # remote-jobs (1)
- # ring-swagger (2)
- # shadow-cljs (43)
- # sql (15)
- # tools-deps (20)
- # vim (21)
- # yada (6)
I'm looking for code that I've seen before in I believe the day-of-datomic repos or something similar where Stu Halloway wrote a series of queries showing how to debug a datalog query to see how many entities were being resolved at each step
this is it, thanks!
Hey, modelling question here. Say I've got some images which are "confirmed" at some point, at which time I add a datom [eid :image/confirmed-at (Date.)]
, so the field is either present or missing for any given image.
Now I'm trying to find unconfirmed images. Is there a performance difference between these two clauses?
(not [?i :image/confirmed-at])
[(missing? $ ?i :image/confirmed-at)]
@joe.lane I’ve tried various things, but keep getting the same error.
Has anyone gotten an ion push/deploy working on windows?
clojure -A:ion -m datomic.ion.dev '{:op :push}'
{:command-failed "{:op :push}",
:causes ({:message nil, :class NullPointerException})}
How do I debug this?Look at your code-deploy in aws, it should have the failed deploy and show you more information in the details page
What happens when you use a prior commit, one that worked? I’ve had issues before and it ended up being that my code wasn’t compiling.