Punit Naik
Punit Naik
I am using `[cljsjs/vega-lite "4.17.0-0"]` and `[cljsjs/vega "3.3.1-0"]` in my project. I have the spec below: `{ "encoding":{ "x":{ "field":"x", "type":"ordinal", "title":"Score", "axis":{ "labelAngle":0, "labelOverlap":false, "grid":false, "titleFontSize":14, "labelFontSize":12, "tickCount":7, "tickOffset":{...
fixes #10
Currently, if a spec if defined using `s/merge` or `s/keys` i.e. a composite spec, generating datomic schema out of it using `spectomic.core/datomic-schema` does not generate schema for all the individual...
When I do : `(def ctx (k8s/make-context "https://api.x.x.x")) (
When I do `(require '[kubernetes.api.v1 :as k8s])`, I get the following error: `CompilerException clojure.lang.ExceptionInfo: Call to clojure.core/refer-clojure did not conform to spec: In: [2 1] val: :as fails at: [:args...