Sebastián Gurin

Results 53 issues of Sebastián Gurin

Your project is awesome, and I wonder if you are aware of this: https://github.com/antlr/grammars-v4 It's a huge collection of language grammars which can generate JavaScript parsers. I was playing a...

So, I would really would like to run this tests in nodejs but it seems that they are very dependent on the browser. Any tip is most appreciated. Good job!...

This is actually 1 issue and one question or feature request. I know there is not much people listening but nevertheless I want to keep track of this here: 1)...

Are PRs related to examples, documentation improvements still accepted in this project ? I was looking at forks but it seems those are also not being actively maintained so i...

* fix for issue https://github.com/jashkenas/docco/issues/391 * dependencies updated * coffeescript as devDepenency and npm run build script

If you create a section named "Background", which I think is very common, then docco will break styles because it will create the html `Background` which collides with docco layout...

Hello, This comments for generating paragraphs work OK: ```js // paragraph1 // paragraph2 ``` But this code won't work OK: ```js // paragraph1 // // paragraph2 ``` And the result...

* adds TypeScript API declaration with descriptions taken from api docs. I think is 100% complete. * a small .ts test importing the module verifying that typings work OK

Converting a json which keys contains non alphanumeric characters will fail: ``` { "src/templates/header.hbs": "{{title}}" } ``` fails - Not sure if it is fixable - but at least this...