Chris Smola

Results 23 comments of Chris Smola

Sure! Dash has two main types of documentation: docsets and cheatsheets. Docsets are the FULL documentation for all methods, etc. that is usually found on the software website. Cheat sheets...

Awesome, thanks for your consideration! :+1:

@alignedleft I have not, but it doesn't quite solve my problem either. While it may have docsets Dash is missing, it shares much of the documentation Dash provides. For me,...

I had this issue as well, but I'm on a mac so your solution may not be as easy. I was able to get around it with the [Fix Mac...

I will add to this that transition events (at least the `HTMLElement` API) don't fire either. Specifically, the `transitionstart` and `transitionend` events. I am also using CSS to define the...

Can I +1 this? I am writing a yeoman generator and need to rewrite existing files, and esprima/escodegen are failing me in terms of preserving original formatting. I really like...

@markelog Thanks for the response! While I prefer to have as much documentation for a tool as possible, I do understand your limiting constraints on the subject. I also think...

Just a quick followup, I attempted to generate docs by cloning the repo and received some errors: ``` $ jsdoc src -r -d ~/cst ERROR: Unable to parse /home/vagrant/cst/src/Parser.js: Unexpected...

Sure, I may need to resolve the splat issue with the ESDoc maintainers, but let me take a look. Do you have a preference on whether the docs should be...

I also attempted to create an empty `MemberExpression` and then append the clone to it, but it appears that you cannot create an empty `MemberExpression` as I receive an error,...