Re: Disable swagger.ui in production

2019-02-22 Thread James Gatannah
I'm going to buck a trend here. Why do you want to do this? (That's rhetorical. Don't feel like you need to answer). One of the fundamental principles behind REST is that it is discoverable. Maybe even that it's explorable. Maybe you aren't building a REST end-point. It's totally possible that

Re: Any way to replace function body?

2019-02-22 Thread Gary Johnson
You have several options for this in Clojure. However, rebinding the same toplevel var that holds the original function is probably not the right way to do this if you want to be able to retrieve the old function value later. Consider the following approaches: 1. Define a single multi-arity fun

Re: Inside Clojure Journal

2019-02-22 Thread Tim Visher
On Wed, Jan 30, 2019 at 12:03 AM Shaun Parker wrote: > I just wanted to say thanks to Alex for taking the time to journal all the > Clojure things he's working on (and the non-Clojure things as well). > They're enjoyable to read and eye-opening. It's a great window into the > effort that he and o

Re: Inside Clojure Journal

2019-02-22 Thread Karel Miarka
+1 I really appreciate this blog more and more. I is great to know that Clojure is vitally evolving and to have idea about is direction. Much appreciated, thanks Alex! On Wednesday, January 30, 2019 at 6:03:24 AM UTC+1, Shaun Parker wrote: > > I just wanted to say thanks to Alex for taking the