This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-14
Channels
- # adventofcode (2)
- # announcements (61)
- # babashka (26)
- # beginners (125)
- # calva (63)
- # cider (33)
- # clj-kondo (40)
- # cljs-dev (24)
- # clojure (165)
- # clojure-australia (8)
- # clojure-dev (4)
- # clojure-europe (44)
- # clojure-finland (1)
- # clojure-greece (4)
- # clojure-losangeles (1)
- # clojure-nl (28)
- # clojure-taiwan (3)
- # clojure-uk (64)
- # clojurescript (2)
- # core-async (14)
- # datomic (34)
- # docker (2)
- # fulcro (9)
- # garden (1)
- # jobs (4)
- # jobs-discuss (21)
- # kaocha (3)
- # off-topic (48)
- # pathom (4)
- # practicalli (3)
- # remote-jobs (3)
- # shadow-cljs (46)
- # spacemacs (6)
- # sql (4)
- # tools-deps (22)
- # xtdb (5)
- # yada (2)
Following along https://juxt.pro/blog/crux-tutorial-delete, the below snippet does not seem to work. (It makes my REPL unresponsive)
(crux/entity-history
(crux/db node #inst "2116-01-01T09")
:kaarlang/clients
:desc
{:with-docs? true})
It does work if I change the valid-time
to 2115-01-01T08
or alternatively remove the {:with-docs? true}
map.
Why is it so?Hiya, good spot, this is not the expected behavior, but will be fixed as part of an open PR (link to follow).
https://github.com/juxt/crux/pull/1374/commits/11c713498d34715fa400db64d6f270e71098332d
Thank you @UAX2MK4PP!
extracted into its own PR, https://github.com/juxt/crux/pull/1380 - will merge when it passes CI