Results 39 comments of Jonas Wagner

I found out sometime later that `--captureExceptions` exists (why isn't it the default?) When I try to reproduce this now in a fresh node.js project folder, jasmine-node indeed shows me...

I don't have this code any more I'm afraid. If this does not reproduce, feel free to close.

This PR worked very well for me, and allows me to use a FutureMax Deluxe v3 Dance Mat. +1 for merging this. @miu-personal Thanks for writing this code!

Note: this is the line with the problematic Markdown: ``` attribution: '© OpenStreetMap' ```

I came across the same problem as @honzajavorek : there seems to be no good way of representing an empty array using StrictYAML. Admittedly, I haven't thought much about this......

I might be able to contribute tests and code for this. Let me know if you'd accept a pull request.

I think this can be fixed by allowing only a single repetition operator after every atom. This is what [the grammar](http://laurikari.net/tre/documentation/regex-syntax/#branch) specifies. However, the implementation currently allows repetiton because it...

My suggested fix does not fully solve the problem. Expressions like `(({81}){81}){81}` still lead to stack overflows.