This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-25
Channels
- # announcements (5)
- # beginners (74)
- # boot (5)
- # cider (57)
- # cljdoc (5)
- # cljs-dev (45)
- # clojure (37)
- # clojure-dev (6)
- # clojure-europe (4)
- # clojure-italy (17)
- # clojure-nl (11)
- # clojure-spec (48)
- # clojure-uk (96)
- # clojurescript (79)
- # cursive (17)
- # data-science (1)
- # datomic (27)
- # emacs (2)
- # fulcro (22)
- # immutant (1)
- # java (62)
- # juxt (4)
- # kaocha (4)
- # lein-figwheel (5)
- # leiningen (6)
- # midje (1)
- # mount (1)
- # music (3)
- # nrepl (6)
- # off-topic (49)
- # pathom (10)
- # pedestal (2)
- # re-frame (43)
- # reagent (2)
- # ring (2)
- # shadow-cljs (78)
- # spacemacs (6)
- # test-check (2)
- # tools-deps (4)
Was just reading
Found some typos:
{"Seperation" "Separation"
"(defmulti perform-action" "(defmulti perform-action)"
"This controle the" "This controls the"
"stored data that belongs" "store data that belongs"
"speeded" "sped"
"which associated with a SimAgent" "which is associated with a SimAgent"}
Some sentences don't end with a period, making it difficult to read, at places.
Some specific nouns (like Datomic) don't start with a capital letter, and vice versa.Nice article nevertheless.
If I specify application/transit+json
as :produces
, I can view the response in the browser.
If I specify application/transit+json;pretty=true
to enable :json-verbose
Transit formatting, I get error 406.
I think the culprit is https://github.com/juxt/yada/blob/master/src/yada/representation.clj#L52
However, I couldn't find any information that would say that the parameters *must* match. So, is this a correct and expected behavior in this case?