Steve Buikhuizen
Steve Buikhuizen
```clojure (dx/create-dx [{:event/id 1 :name "Olympics" :sports {:page/id 1 ;
this works as expected ```clojure (->> {:id "100" :name "Steve" :cars [{:id "123" :name "Audi"} { :id "124" ;
(let [conn (hodur/init-schema '[A [^{:type String} b]])] (hodur/extend-schema conn '[C [^{:type String} d]]) (->> @conn (d/q '[:find [(pull ?e [* {:field/_parent [* {:field/type [*]}]}]) ...] :where [?e :type/name] [?e :type/nature...
If you remove the colspan below, the text becomes visible. ``` [{} nil [:table {:num-cols 2} [[:cell {:colspan 2} ;
Currently the response only says that it doesn't conform. It could mention the specific spec that was used in the conform check and the explain data as well. Tyler mentioned...
following this example https://github.com/redplanetlabs/specter/wiki/Using-Specter-Recursively#recursively-navigate-to-every-map-in-a-map-of-maps but slightly more complex (def MAP-NODES (recursive-path [] p (if-path map? (continue-then-stay (multi-path [MAP-VALS :a] [MAP-VALS :b] [MAP-VALS :c]) ;
If HTTPS is used in the :load-balancers config entry, the target group will use that same protocol. This breaks the deploy because it's then configured for SSL passthrough. Since the...
As a KMS noob, I got a bit confused when initially setting up. I thought I needed to create a KMS master but what I needed was a keypair for...
Question: how has my javascript artifact grown over the past N weeks? Answer: configurable CLI to select specific commits and generate Shadow snapshots for them. Following the technique seen here...
Question: is any code in the client artifact that should not be there? Answer: CLI can load an extra EDN resource (via a new CLI option) that is a set...