Michael S. Daines

Results 6 comments of Michael S. Daines

I stumbled on this when trying to use `\"` as the escape sequence (because the data was formatted and escaped from a DB dump): ``` y,"yellow, \"no, blue!" ``` This...

May be a different root problem, but I stumbled on a stack overflow, too. Here's the stack: ``` Exception in thread "main" java.lang.StackOverflowError, compiling:(/private/var/folders/6p/5w5jj6655z38wvw_3gz35h740000gn/T/form-init6137077259446389377.clj:1:125) at clojure.lang.Compiler.load(Compiler.java:7391) at clojure.lang.Compiler.loadFile(Compiler.java:7317) at clojure.main$load_script.invokeStatic(main.clj:275)...

Thanks for the feedback. When I get a chance, I'll update the mazes in the README to all be PNG (except for one demonstrating the `ascii` functions). The ASCII functions...

Oh, and @boppreh , I love the `@` and `$` for marking positions, I might steal that when I get around to annotating the mazes with start and end positions.

Hmm, so maybe my problem is with enlive? I was trying to trim down a minimal test case when I saw this issue. I get the following error from time...

Thanks for the request. We should be able to make that shift shortly.