Dmitry Pashkevich
Dmitry Pashkevich
## Vision I've now used jsduck for quite a while and realized a need for a finer control over the display of inherited members. Long story short, I suggest turning...
Here's a sample output from ST2 console: ``` Writing file /home/user/projects/abc/def.lua with encoding UTF-8 Traceback (most recent call last): File "./ParseLua.py", line 22, in File "./ParseLua.py", line 34, in parse...
Thanks for creating the package! It would be awesome if in the following case: ``` lua -- Makes something important function foo() ... end ``` the editor would automatically comment...
There is a section for Stylesheets and Markup but missing the third pillar of front-end web development! Important sources to refer to: **Best practices** 1. [Front-end Code Standards & Best...
This is due to the combination of the `text-indent: -9999px;` and 180 degree rotation on hover (so the text appears to be outside the right side of the screen. https://github.com/hybridgroup/betterfrontend/blob/master/source/stylesheets/ui/ui.css.scss#L36
Throws an error [here](https://github.com/stringham/raffle/blob/master/js/names.js#L109) ``` for(var name in list.feed.entry[0]) // Uncaught TypeError: Cannot read property '0' of undefined ```