hong-jen kao

Results 4 issues of hong-jen kao

apply "return early, avoid else" practice to make code simple and easy to read

When I'm working on macOS fullscreen app, launch DevDocs.app will switch to another desktop. This commit make DevDocs.app be able to float on top of fullscreen app.

json:encode-json-to-string output ALL character as ASCII code. Non-ASCII become escape sequence. There's a post on stack overflow describing this: http://stackoverflow.com/questions/12304702/cl-json-encodes-unicode-chars-by-outputting-their-unicode-escape-string-in-ascii After comment out some code, it works as I expected....

there is source map support since livescript 1.4.0, so using source map with [istanbul](https://github.com/gotwarlost/istanbul) to generate coverage report [is possible](https://github.com/furqanZafar/gulp-livescript-istanbul). however, the result is somewhat confusing. I think it has...