This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-06
Channels
- # announcements (4)
- # aws (2)
- # beginners (48)
- # calva (39)
- # cljsrn (12)
- # clojure (98)
- # clojure-dusseldorf (1)
- # clojure-serbia (2)
- # clojure-spec (13)
- # clojure-uk (13)
- # clojurescript (97)
- # code-reviews (1)
- # datomic (14)
- # fulcro (24)
- # jobs-discuss (160)
- # juxt (1)
- # luminus (2)
- # nrepl (1)
- # off-topic (1)
- # other-languages (1)
- # overtone (1)
- # perun (6)
- # protorepl (16)
- # re-frame (20)
- # reagent (1)
- # reitit (6)
- # rum (8)
- # shadow-cljs (96)
- # spacemacs (8)
- # specter (4)
- # tools-deps (18)
- # uncomplicate (1)
- # vim (1)
if memcache and valcache properties are both set for a peer does it prefer one? does it use both? maybe fetch from valcache only if memcache misses?
@rboyd you should only use one or the other, using both valcache and memcached is not supported
Hello, I struggle to find how to query against a collection. Something like this (just to show the intention):
(d/q '[:find ?e
:in $ ?names
:where [?e :user/team (in-collection ?names)]]
db
#{:foo :bar :baz})
Does someone knows how to do that?@dam You can bind inputs to collections and tuples (https://docs.datomic.com/cloud/query/query-data-reference.html)
(d/q '[:find ?e
:in $ [?name ...]
:where [?e :user/team ?name]]
db
#{:foo :bar :baz})
I was doing the datomic cloud setup week ago, and I was able to get all working and running, but now Im hit with error that I didn't get before when I'm connecting with client api (def client (d/client config))
the socks is running on a given port as systemd service.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See for further details.
Syntax error (ClassNotFoundException) compiling at (form-init2453726782059748262.clj:12:13).
org.eclipse.jetty.util.thread.ThreadPoolBudget