Yang Zhang
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 4
-
-
-
Yang Zhang created a post, Why is IntelliJ consuming lots of CPU?
Attached a CPU sample and my .vmoptions. No background tasks are running. Just debugging a node project. It starts using CPU as soon as it starts.Attachment(s):IU-141.1532_yang_23.09.2015_11.59.28.... -
-
Yang Zhang created a post, sql.js doesn't work
Using sql.js (https://github.com/kripken/sql.js), node works fine with it:$ grep sql.js package.json "sql.js": "^0.2.21",$ cat go.jsrequire('sql.js');console.log('done');$ node go.jsdoneAnd it s... -
Yang Zhang commented, -
Yang Zhang created a post, How to limit what File Watchers runs over?
How do I restrict File Watchers to only run for files under certain dirs/files (whitelist), or to exclude certain dirs/files (blacklist)? Esp. such that the initial cmd-shift-A action doesn't proc...