Chaim Krause
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Chaim Krause created a post, Detecting whether code is running standalone or in IDE.
Things change over time and I was wondering what the current best practice is to add conditional code that switches based on whether the program is running standalone (from the "command line") or w... -
Chaim Krause commented, -
Chaim Krause commented, -
-
Chaim Krause created a post, Local Node.js environment
I created a project. I locally installed grunt and grunt-cli. When I open the terminal window, the nodemodules\.bin directory is not in the path, so none of the installed packages' executables are ... -
Chaim Krause created a post, Having to use exports to get node.js code completion
I am using IDEA v12.1.3 and when I have something like var express = require('express'), I don't get proper code completion. If I envoke it after express. I get only 'exports' listed. If I use expo...