Andrew
Andrew
MySQL allows for multiple `ORDER BY` keys. It would be nice to access these through node-persist rather than using raw SQL commands. http://dev.mysql.com/doc/refman/5.1/en/order-by-optimization.html
Could we extend include() to go arbitrarily deep?
If persist supports INNER JOIN queries, could we supply an example query in the README? If not, could we add it?
The demos at http://www.biwascheme.org/ don't work for me (at least in Google Chrome).
As a command line user, I want to see a brief description of every flag, so that I can understand the flags better. Just spit out the contents of https://github.com/reid/node-jslint/blob/master/doc/jslint.md...
As a JavaScript newbie, I want JSLint to automatically sort its warnings by line number, ascending, so that I don't have to jump all around in a file several times...
I'm not exactly sure how to configure CLI JSLint rules. Could we please add more explicit usage examples for this in the README, answering questions like: - Is there a...
The HTTP repo URL tries to be helpful and redirect to the HTTPS repo URL. Unfortunately, this causes emacs for Windows to fail to connect, as emacs.exe has trouble forming...
I like the site redesign, but how do I search for packages now?
What's the easiest way to configure hl-anything to highlight matching parens under cursor just like Emacs' built-in parens highlighting?