Viewing profile — eltaco
eltaco
HN member- Joined
- Sat, Sep 01, 2012, 1:22 PM UTC
- HN karma
- 19
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About eltaco
No profile information was provided.
Recent public activity
-
comment
Comment #11872369
James is also on the Lerna team as well! He and I can answer questions about that too. (We also have a slack https://slack.lernajs.io/ )
-
comment
Comment #11207885
You can use loose mode which doesn't use try/catch blocks http://babeljs.io/repl/#?experimental=false&evaluate=true&lo...
-
comment
Comment #11204880
You can use loose mode or the loose option in that case.
-
comment
Comment #10315613
ESLint is pretty awesome - the project has a great team and always adding new functionality (cache and then parallel linting sound great)! Although it isn't unique for all the feat…
-
comment
Comment #10200082
There's an issue for a CST (AST with whitespace, comments, etc) in the estree repo [1]. JSCS is planning on using https://github.com/mdevils/cst for future autofixing rules. [1] ht…
-
comment
Comment #10200060
For javascript, there's been jsbeautifier [1], jsfmt [2], uglify. JSCS [3] added autofixing a while back for most whitespace rules, and ESLint has just begun autofixing as well [4]…
-
comment
Comment #10148142
Babel is working on minification[1] /dead code elimination [2] as well now [1]: https://github.com/babel/babel/issues/1828 [2]: https://github.com/babel-plugins/babel-plugin-dead-c…
-
comment
Comment #9825809
You can use the airbnb preset with JSCS (javascript code style checker) [1]. Also there's an autofix feature for most of the whitespace rules (`jscs src --preset=airbnb --fix`) so …
-
comment
Comment #9735398
There's currently a issue for "speed": https://github.com/babel/babel/issues/1486 . Looks like it complied ember core from 50s to 18s now.
-
comment
Comment #9685618
Not sure if it's changed now but https://medium.com/@STRML/ending-jsxhint-1c09ed36cca9 .
-
comment
Comment #9634135
You can also use them on class declarations themselves and object literals - https://github.com/wycats/javascript-decorators#object-liter...
-
comment
Comment #9606812
Great! Reminds me of color thief: http://lokeshdhakar.com/projects/color-thief/
-
comment
Comment #9024747
You could try implementing some of the methods in underscore/lodash - http://underscorejs.org/ ? Each of those are pretty simple and can build off each other - you'll learn how to …
-
comment
Comment #9012158
Some more talks: http://vimeo.com/94259578 (2014) http://www.gdcvault.com/play/1014982/ (2011) If anyone likes game talks then check a repo I made https://github.com/hzoo/awesome-g…
-
comment
Comment #8873945
a pre-commit git hook? An example for jquery style commits is https://www.npmjs.com/package/commitplease
-
comment
Comment #8581494
I've been using jscs [1] for js style checks. [1] https://github.com/jscs-dev/node-jscs
-
comment
Comment #8120409
Location: Atlanta/Alpharetta | Full-time Remote: No Willing to relocate: Open to bay area Technologies: JavaScript, HTML5, CSS3, Node, d3 Resume: http://henryzoo.com Github: https:…
-
comment
Comment #7724357
This is similar to a project I did for my visual/data analytics class http://twitterhealth.herokuapp.com Gives you a tweet in the US for you to categorize as being related to veing…
-
comment
Comment #7653543
TwitterHealth http://i4.minus.com/ibmjeJLRAFCB0Q.png Crowdsourcing the classification of tweets as sick related or not for my Data/Visual Analytics class. Classified tweets from us…
- story
- story
- story
- story
-
comment
Comment #5175876
Check out Tweetpleth if you want more specific tweets http://tweetpleth.herokuapp.com/ like for the superbowl http://i.imgur.com/bzmmJno.png
- story