Re: [ANN] rep 0.1.2

2019-02-21 Thread Jason Felice
On Thu, Feb 21, 2019 at 2:28 AM Didier wrote: > Hum, is there some advantage to using this over just normal `clj -e`? > It's intended more for shell scripting remote control of an *existing* Clojure process and editor/REPL integration for editors that lean on the POSIX shell. It's a Graal

Re: Disable swagger.ui in production

2019-02-21 Thread brjann
Hi, Thank you for the suggestion! I also got a backchannel reply that one could simply put the swagger map in a (when dev-mode? {:swagger {...}}) form. For some reason I though that wouldn't be possible because api is a macro but that actually works fine. Thanks, Brjánn On Thu, 21 Feb 2019 at

[ANN] org.clojure/java.jdbc 0.7.9

2019-02-21 Thread Sean Corfield
The Contrib wrapper for JDBC has a minor update: It contains a couple of tweaks around insert-multi! and highly experimental datafy/nav functionality (for Clojure 1.10). See https://github.com/clojure/java.jdbc/blob/master/CHANGES.md for more details. I wrote about the datafy/nav work here