Luke Cook
Luke Cook
It looks like some where the s/fdef specs are being seq'd Given the following query ```clojure (defn ^{::hf/fiddle {:shape '[:find (pull ?e [*]) . :where [?e] :in $ ?e] :links...
Given the following test ``` (is (= (decode "/:bar?:hyperfiddle.route!where=W1s_ZSA6Zm9vID9hXV0,&utm=asdfdsaf") {::route/fiddle :bar ::route/where '[[?e :foo ?a]] 'utm #?(:clj 'j�_vƟ :cljs "jÇ_vÆ")})) ``` We receive this output when running on cljs ```...
Given URL `....&utm=asdfdsaf`, url-decoding results in the following routes clj {'utm 'j�_vƟ} cljs {'utm 'jÇ_vÆ}
Test was failing, is now disabled FAIL in (duplicate-datoms) (hydrate_route_test.clj:80) source db expected: (thrown-with-msg? ExceptionInfo (re-pattern (Pattern/quote ":db.error/datoms-conflict")) @response+) actual: nil
Fiddle Name: ``` :something/employee ``` Schema: ``` [{:db/ident :employee/name :db/valueType :db.type/string :db/unique :db.unique/identity :db/cardinality :db.cardinality/one} {:db/ident :employee/manager :db/valueType :db.type/ref :db/cardinality :db.cardinality/one}] ``` Data: ``` [[:db/add "1" :employee/name "The Man"] [:db/add...