Results 29 issues of Peng Li

I use IE9 to open: http://jsbin.com/agility/224/edit#preview Then click `run` button, but nothing appeared. Do I miss something? PS: It works on chrome.

When the code is complex and have leading spaces and empty lines, the highlight is not broken See the image: ![code](http://i.imgur.com/HKbgeer.png)

Bug

``` > f xs = let len = genericLength xs in (len,len) > let f xs = let len = genericLength xs in (len,len) ``` 前面那句是不是多余的?

See the question from stackoverflow: http://stackoverflow.com/questions/21951118/how-to-use-debug-with-undefined-parser

enhancement

Without `./`, it installs mocha and other npm packages to `~/node_modules`, not the project directory

404 not found https://thinking.studio/blog/declarative-testing-with-act-framework/

When I installed japid eclipse plugin, there is a "SampleLayout.html" generated. I tried to delete it, but it's automatically restored. How to really delete it?

Found in the log of `./sbt update`: ``` [info] Resolving joda-time#joda-time;[2.2,) ... [warn] module not found: joda-time#joda-time;[2.2,) [warn] ==== local: tried [warn] /Users/twer/.ivy2/local/joda-time/joda-time/[revision]/ivys/ivy.xml [warn] ==== repox-maven: tried [warn] http://127.0.0.1:8078/joda-time/joda-time/[revision]/joda-time-[revision].pom [warn]...

bug

Sometimes, I have to connect to the VPN of our client in order to download some dependencies from client's private server, which is in another country. But I found repox...

feature

If I run `cnpm install`, Webstorm can't handle the libraries in `node_modules`, and there are some strange problems, e.g. can't show completion for lodash, or can't recognize `string` type. But...