Indigo0086

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Indigo0086 created a post, ES6 code inspections with node just don't seem to work
I am looking at a file with initialized but unused variables, non-existant (non-node) globals, and no inspections on the file saying that there is something wrong.My project has those specific insp... -
Indigo0086 created a post, Webstorm find symbol not working properly for function variables
I have a file wrapped in a closure and it has various support methods for a class not available on the class prototype(function(){ function thisFunctonWorksFine() { } var iAmInvisible = function... -
-
Indigo0086 commented, -
Indigo0086 created a post, require a gem, get 'No such file to load" or completion
I downloaded some gems and require them in a project I'm doing (eg, require 'sqlite3') and even though it's not a failure when I try to run the program, there is a warning line with "No Such File ...