Peter Varo

Results 8 comments of Peter Varo

If `Cobra` is unable to generate proper help text nor is able to handle the two (or three) different forms then I believe you are right, there's not much you...

> Do you have a specific suggestion on how to change the help text? Along the lines of what I said above, something like this could work: > ```none >...

Will try this `language` thingy, if this is working, the partial part is almost done, with a tiny little headache -- I have to save all the small snippets in...

Although the `$self` is a big problem, that can not be solved with `language` nor with `include`.. The `1: {'include': '$self'}` statement means, that everything inside the regex defeinition will...

@gittup actually @xwizard is right, for example on Windows 10, with the latest VS (2015) it is not working because of the above mentioned problem. (Even if "Customer Experience Improvement...

@xwizard I know, and I already switched to mingw-w64 as my default windows-compiler, I just wanted to make sure my code-base will also compile via `cl.exe` as well -- and...

@aldanor can you help me collecting all the valid cpp keywords/statements/types/etc which needed to be highlighted in cython? like for example: I found that the `new` statement is also valid...