Re: spec error output in web context

2019-06-07 Thread 'Sven Richter' via Clojure
Am Freitag, 7. Juni 2019 15:35:41 UTC+2 schrieb Alex Miller: > > How do you start the web server? > I use component to startup immutant web, I also tried with http-kit, but that didnt make a difference. Who is printing the error? > I think thats the key point here, right now I dont know as I ne

Re: [ANN] duratom 0.4.3

2019-06-07 Thread Dario Maiocchi
https://github.com/jimpil/duratom imho. Best Il sab 8 giu 2019, 00:21 Jeremy Heiler ha scritto: > Could you share a link to the project? Thanks! > > On Fri, Jun 7, 2019 at 1:47 PM dimitris wrote: > >> Hi folks, >> >> I'm pleased to report that duratom 0.4.3 is out, and it adds support for >> sy

Re: [ANN] duratom 0.4.3

2019-06-07 Thread Jeremy Heiler
Could you share a link to the project? Thanks! On Fri, Jun 7, 2019 at 1:47 PM dimitris wrote: > Hi folks, > > I'm pleased to report that duratom 0.4.3 is out, and it adds support for > synchronous backend commits - if that's your thing ;). > > This is also the first dependency-less release. Cloj

[ANN] duratom 0.4.3

2019-06-07 Thread dimitris
Hi folks, I'm pleased to report that duratom 0.4.3 is out, and it adds support for synchronous backend commits - if that's your thing ;). This is also the first dependency-less release. Clojure was specified as a dependency up till now, but not anymore. Projects that relied on duratom to pul

Nice blog entry on not trying to do much with `:prep-tasks` in `lein`

2019-06-07 Thread Alan Thompson
Makes a good point that other tools should be used for non-clojure build steps. https://grishaev.me/en/lein/ -- 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 mem

Re: spec error output in web context

2019-06-07 Thread Alex Miller
How do you start the web server? Who is printing the error? There are functions available in clojure.main to replicate the message from the repl - you can call them yourself. See https://clojure.org/reference/repl_and_main#_error_printing for more on error triage and the functions like Throwab

spec error output in web context

2019-06-07 Thread 'Sven Richter' via Clojure
Hi, I just recently found out that the spec error reporting is different in different environments. I have the following functions: (defn search-page [{:keys [off-url off-user off-password]} search] (let [products (off/search-products search) products-with-nutriments (mapv #(off/add-n