Martín Varela
Martín Varela
Hi Jeremy, I've been playing a bit more with this, and noticed some weird stuff. I wanted to check whether it was possible to just monitor whether the indexing would...
I tried attaching a screenie of VisualVM and the log, but I guess that didn't work. I'll add it in Zulup.
I think the timestamp discrepancies may be related to the memory usage, the system was swapping heavily (as in, it slowly became unusable). I'll try setting `MALLOC_ARENA_MAX` from Emacs before...
Setting the `MALLOC_ARENA_MAX` var seems to fix the memory and crashing, so now the reindexing is restarted when it gets stuck (which is still around every 30K transactions), so this...
Hi, I'm also having trouble building cv with opencv 2.4.5 on OS X 10.8.4. Doing `cabal install cv -fopencv24` (using the latest haskell platform, GHC 7.4.2) I get ``` Resolving...
Hi! This looks very good, but it'd need some tests. Would you be able to add those? You can see how the Cheshire integration is tested here https://github.com/metosin/muuntaja/blob/master/test/muuntaja/core_test.clj For Charred,...
You can try `lein with-profile default,dev repl`, which should get you an nREPL server with the `dev` profile loaded.