Re: [ANN] Prone: Exception/debugging middleware

2014-09-01 Thread László Török
Fantastic! 2014-09-02 5:35 GMT+01:00 Kurt Schrader : > Outstanding work! > > Just plugged it locally and used it to debug a particularly hairy issue on > my side. This is super useful. > > -Kurt > > > On Mon, Sep 1, 2014 at 10:48 PM, James Reeves > wrote: > >> This looks rather nice. I'll certa

Re: [ANN] Prone: Exception/debugging middleware

2014-09-01 Thread Kurt Schrader
Outstanding work!  Just plugged it locally and used it to debug a particularly hairy issue on my side. This is super useful. -Kurt On Mon, Sep 1, 2014 at 10:48 PM, James Reeves wrote: > This looks rather nice. I'll certainly be trying it out. > - James > On 2 September 2014 01:06, Colin

Re: [ANN] Prone: Exception/debugging middleware

2014-09-01 Thread James Reeves
This looks rather nice. I'll certainly be trying it out. - James On 2 September 2014 01:06, Colin Fleming wrote: > I don't do any web dev myself, but Prone looks really nice - > congratulations! Great work. > > Cheers, > Colin > > > On 2 September 2014 02:05, Christian Johansen > wrote: > >>

Re: [ANN] Prone: Exception/debugging middleware

2014-09-01 Thread Colin Fleming
I don't do any web dev myself, but Prone looks really nice - congratulations! Great work. Cheers, Colin On 2 September 2014 02:05, Christian Johansen wrote: > Hi, > > Prone (http://clojars.org/prone - http://github.com/magnars/prone) is a > new middleware for Ring apps that replaces the defaul

[ANN] Prone: Exception/debugging middleware

2014-09-01 Thread Christian Johansen
Hi, Prone (http://clojars.org/prone - http://github.com/magnars/prone) is a new middleware for Ring apps that replaces the default exception page with an interactive page that presents the exception, stack trace and environment data in a more easily understandable way. It can also debug arbitra