This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-19
Channels
- # aleph (1)
- # announcements (3)
- # aws (1)
- # beginners (95)
- # calva (15)
- # clojars (4)
- # clojure (84)
- # clojure-android (3)
- # clojure-austin (1)
- # clojure-chicago (1)
- # clojure-dev (66)
- # clojure-europe (3)
- # clojure-italy (15)
- # clojure-nl (13)
- # clojure-uk (33)
- # clojuredesign-podcast (9)
- # clojurescript (6)
- # cursive (68)
- # data-science (4)
- # datavis (1)
- # datomic (13)
- # emacs (4)
- # fulcro (2)
- # jobs (4)
- # jobs-discuss (89)
- # luminus (23)
- # nrepl (6)
- # off-topic (2)
- # onyx (2)
- # pathom (4)
- # pedestal (11)
- # re-frame (9)
- # reagent (8)
- # reitit (5)
- # shadow-cljs (131)
- # spacemacs (13)
- # sql (8)
- # vim (8)
- # xtdb (7)
- # yada (4)
Beginner Q: Given the sample schema, is it possible to just retract
entity [:step/name "step2"]
in line27
from entity [:lad/name "lado"]
without maybe having to removing :db/ident :lad/step
, adding it back, and subsequently filling it with needed collection of :step/name
? and how...
[[:db/retract [:lad/name "lado"] :lad/step [:step/name "step2"]]]
will retract the datom asserting a ref between lado
and step2
.
[[:db/retractEntity [:step/name "step2"]]]
should retract all datoms that refer to step
, including that ref from lado
Does anyone know how to configure my ion to issue an http request to sendgrid? Do I need configure a NAT or Egress-only Gateway from my VPC? And if so, is there some example of doing that?
from within my ion code @joe.lane?
yeah, same here
It might be a delay then from twilio
thanks @joe.lane!