This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-27
Channels
- # adventofcode (1)
- # announcements (4)
- # beginners (120)
- # calva (5)
- # cider (12)
- # clara (3)
- # cljdoc (48)
- # cljs-dev (33)
- # cljsrn (4)
- # clojure (124)
- # clojure-dev (43)
- # clojure-europe (2)
- # clojure-italy (168)
- # clojure-nl (2)
- # clojure-spec (7)
- # clojure-uk (79)
- # clojurescript (50)
- # core-logic (6)
- # cursive (12)
- # datascript (1)
- # datomic (8)
- # devcards (2)
- # emacs (5)
- # events (2)
- # figwheel-main (6)
- # fulcro (18)
- # graphql (42)
- # hyperfiddle (3)
- # jobs (1)
- # luminus (2)
- # nrepl (5)
- # off-topic (59)
- # onyx (5)
- # parinfer (2)
- # pathom (10)
- # pedestal (2)
- # portkey (3)
- # re-frame (24)
- # reagent (6)
- # reitit (54)
- # remote-jobs (1)
- # ring (5)
- # shadow-cljs (75)
- # spacemacs (35)
- # sql (22)
- # tools-deps (16)
- # unrepl (10)
23:52:51.709 ERROR formiguinhas-service.parser - handler #error {
:cause Call to #'com.wsscode.pathom.connect/pick-resolver did not conform to spec.
when I try [{(:app/todo {:done? false}) ...}]
same with [({:app/todo ...} {:done? false})]
It's something with [:edn-query-language.core/join-query :edn-query-language.core/query :edn-query-language.core/query-expr :edn-query-language.core/property]
thanks man, I'm in a bit rush because of the conj this week, but if you can file an issue I can take a better look next week
there some thing really odd in pahtom instrumentation
(.toString xx)
Evaluation error (StackOverflowError) at java.util.regex.Pattern$Branch.match (Pattern.java:4736).
null
(.getMessage xx)
=> "Call to #'com.wsscode.pathom.diplomat.http/request did not conform to spec."
when we do (http/request (assoc ctx :url "abc123"))
with (stest/instrument)
, it check all keys in ctx
map and throws a really odd exception.
It may be a clojure-spec issue too.
I'm using
(stest/unstrument '[com.wsscode.pathom.connect/pick-resolver
com.wsscode.pathom.connect/register
com.wsscode.pathom.connect/add
com.wsscode.pathom.diplomat.http/request])
the :url
needs to be namespaced to be valid to request