Philipp Fehre

Results 32 comments of Philipp Fehre

Ok I think this error is happening on an older version of canned what version are you using right now? Can you try to reproduce with the current master? The...

That seems like a bug, thanks for reporting! If you have time to provide a testcase that would help a lot.

That is indeed the case I think the regex matches for numbers, I think supporting characters would probably be good as well so.

Yes that should work, and if it doesn't it is indeed a bug. Thanks for reporting! If you got some time and would like to help out a testcase which...

Thanks for the feedback, and glad you find it helpful. I think this would be a great thing to support indeed, in the meantime you can probably achieve this quickly...

Really like where this is going :+1:

Ok so for the regex the problem is indeed that `/g` does not behave as expected... the fix for that would be something like ``` javascript var string = "aaacaaa\naaa\nbbb\nccc\nbaaabaaa"...

NICE! I really like the approach, left some comments but mostly style, I try to keep this consistent if possible. Also I think the api would be nicer if the...

Hi Sergei, I really like the idea, I just scrolled through the code real quick and it looks like a good approach really. One thing I would love to have...