Converting json to work with clojure.spec

2016-11-19 Thread Alex Miller
s/keys has :req-un and :opt-un alternatives for un-qualified keys. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with

Re: Clojure infrastructure update

2016-11-19 Thread Alex Miller
Yes, would very much like to have these under https. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first

Re: Clojure infrastructure update

2016-11-19 Thread John Jacobsen
Great news, Alex. One question not on your list: are there any plans to put JIRA behind HTTPS? I went to change my password recently and noticed my username/password would be sent in the clear. > > Thanks for all the work you do for the community. John J. -- You received this message

Converting json to work with clojure.spec

2016-11-19 Thread Jonathon McKitrick
A good chunk of my API consists of returning Yesql directly as the body of the response. But clojure.spec wants namespaced keywords. Is there a simple way to wrap my json responses to make them conform to this requirement? -- You received this message because you are subscribed to the Google