juxt

jaihindhreddy 2019-02-25T17:16:40.075500Z

Was just reading <https://juxt.pro/blog/posts/simulant-01-why.html> 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.

jaihindhreddy 2019-02-25T17:17:06.075700Z

Nice article nevertheless.

dominicm 2019-02-25T19:57:43.076Z

@benha ^

p-himik 2019-02-25T20:58:01.078400Z

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?