Results 11 comments of Nicolas Berger

Perhaps related to http://www.evanjones.ca/java-bytebuffer-leak.html? http-kit uses Java NIO and ByteBuffers... It'd be great if you can confirm whether the app is killed because of running out of memory

The answers to this SO question should help in getting that confirmation: http://stackoverflow.com/questions/726690/who-killed-my-process-and-why

I'd be happy to add more documentation and examples if there's interest in this change. I'll leave some pointers here: - `docs/FAQs/CatchingEventExceptions.md` - probably here `docs/Debugging-Event-Handlers.md` - maybe mention this...

> whether we can capture the original stack trace of the error pointing to the registered handler. Currently it is still pointing to re-frame's internals. What do you think about...

I haven't been needing this change as of late, and at the same time it seems it didn't catch much interest, so I'll close the PR, while keeping the branch...

I had a similar need in a project, while trying to upgrade it to 0.8.0: we used to have a middleware that posts exceptions in handlers to Sentry. We would...

@danielcompton: Great! Just opened #330 with a few more tests :)

We have the following task in a project: ``` clojure (defn throw-when-cljs-warnings [] (b/with-pre-wrap fileset (let [warnings (->> fileset all-cljs-builds (map :adzerk.boot-cljs/warnings) (apply merge) (remove empty?))] (when (seq warnings) (throw...

@bizenn: this is almost a duplicate of #86. To join forces, I think it'd be better if you comment there about the small difference in both solutions.

Thanks @bizenn. It looks like #84 & #86 should be closed. Let's see what @guns thinks.