gabssnake

Results 66 comments of gabssnake

Similar issue on versions: - Node 8.11.3 - Node 6.14.4 - Node 4.9.1 MacOS High Sierra 10.13.6

Unstage added files: `unstage = reset HEAD --` Delete last commit: `squash = reset --hard HEAD~1` Discard current changes: `nah = reset --hard && git clean -df` Shameful and time-saving...

Thank you for answering. I was afraid it a was a new horrible way of doing invisible things. Turns out it does was it says :)

Why not write a bash script to generate the documentation from the compiled file : `$ cp universal.css DOCUMENTATION.md` It might need some `awk` and stuff, though. I’ll be willing...

@chaoaretasty Let’s include that in the script too!

`jsdoc` would be awesome as it is already broadly used for inline documentation

Thanks for the heads-up on the order of `LIKE`, will keep in mind :) Regarding `INHERITS`, there are edge cases for us internally, mostly concerning migrations of our model. At...