Chris Murphy
Chris Murphy
I'm pretty sure I've hit the limit. One more rule and running the parser thrashes my machine possibly forever, never returning. Using `:optimize :memory` fixed it. However because this option...
I looked at all the regex functions and none of them tell you the index in the String. I need indexes because simply want to find 'BEGIN_BLOCK' and 'END_BLOCK' -...
One thing you might be interested in (in case you don't already know) is the concept of Cuts from http://www.lihaoyi.com/fastparse/. Seems to me to be like `:optimize :memory`, but not...
I know this is fixed in latest source, so this issue in the wrong place. But that error message keeps popping up for me. io.replikativ/konserve {:mvn/version "0.5.1"} io.replikativ/hasch {:mvn/version "0.3.7"}...
I put this project into lein to get it running. However no need anymore, as it seems that Java 8 will fix this problem: https://github.com/boot-clj/boot/wiki/JVM-Options#permgen-errors
It seems it is a boot, Windows, Java 7 (or prior) problem - you need all three to get it. And om-next-kanban-demo happens to use boot. I got your code...