Jeremy Ashkenas

Results 108 comments of Jeremy Ashkenas

This doesn't seem correct — how can you be sure that the whitespace cleanup logic won't garble the actual source? You might be removing significant lines from a big whitespace...

I don't know — I'm suggesting that trying to output correct source code might be a little more difficult than a quick-and-dirty tool should reasonably try to handle.

We should just always use classes instead of ids. Feel free to send a pull request for this, and I'll merge it!

I'm not seeing any of these errors with the current Docco output. Got a link?

Sure, I'd be happy to let the `--layout` flag accept paths, as well as the built-in named layouts. Feel free to send in a patch.

That would be a nice feature, if added unobtrusively: if line numbers were only visible when you hovered over the line, for example. Feel free to send in a PR...

Go right ahead and send in a pull request that adds it, and I'll be more than happy to merge.

> Is this going anywhere? If someone sends a patch to fix it, then yes, it will ;) Personally, I don't use Windows, so I can't really help test out...

Docco doesn't. Glob expansion is a unix thing (a bash thing), not an in-javascript thing. The files are already listed out explicitly by the time Docco sees them.