This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-11-11
Channels
- # admin-announcements (71)
- # beginners (8)
- # boot (109)
- # cbus (5)
- # cider (27)
- # cljsrn (77)
- # clojure (65)
- # clojure-austin (5)
- # clojure-berlin (1)
- # clojure-brasil (1)
- # clojure-dev (58)
- # clojure-japan (15)
- # clojure-russia (193)
- # clojure-seattle (3)
- # clojurescript (120)
- # cursive (19)
- # data-science (1)
- # datomic (10)
- # docs (1)
- # editors-rus (17)
- # emacs (2)
- # events (1)
- # funcool (7)
- # hoplon (2)
- # jobs (1)
- # jobs-rus (16)
- # ldnclj (7)
- # leiningen (3)
- # off-topic (12)
- # om (450)
- # onyx (122)
- # re-frame (69)
- # reagent (28)
- # yada (20)
Is there something like macroexpand
and macroexpand-1
but for Datomic transactions? I'd like to step through the expansion of transactor functions to diagnose issues.
Even if it's an implementation detail that is subject to change without notice, I'd quite appreciate a pointer to the right function(s).
@domkm: that’d be awesome to have!
@robert-stuttaford: Indeed It should be fairly easy to simulate by converting maps to vecs and calling invoke
on any operation that isn't :db/add
or :db/retract
. I'm just hoping the official version is available because it seems like it would be a very useful tool for virtually all Datomic users.
yeah. better if it was something we could invoke in their api rather than something provided by the community, because then we’d know it’s correct
btw, it’s not the same, but one trick you can use is to run it through d/with
and inspect :tx-data
you’d only see datoms that were transacted – no datoms that were elided due to already being currently true would be included
Hi, I keep on getting an error when connecting to AWS transactor Caused by: HornetQException[errorType=NOT_CONNECTED message=HQ119007: Cannot connect to server(s). Tried with all available servers.]
Somewhere I red it might be because I run out of connections but I close all those I'm aware of. Is there a way to list all the connections to a certain transactor?
if I try to restart the transactor sometimes the error changes to Caused by: HornetQException[errorType=SECURITY_EXCEPTION message=HQ119031: Unable to validate user:..