Guy Margalit

Results 133 comments of Guy Margalit

I just noticed that when I try 'find references' on an exports.something I always get an error in devtools just like issue #27 - TypeError: Cannot read property 'getType' of...

I think I found a simple reproduction of that problem, and it seems that once I add to .tern-project some libs and plugins that it creates the issue. below is...

yeah, removing ./ seems to workaround this issue. thanks!

hey @tststs, even though the workaround works is it still worth fixing relative paths to work to save time for future users? thanks!

Hi I'm not sure if this reproduction depends on the entire project or not, but I get it on the below sample code when I select 'platform' and then do...

I updated to latest atom-ternjs (0.4.20) and now I got this new popup on error with backtrace: ``` atom-ternjs TypeError: Cannot read property 'getType' of undefined at walk.simple.ObjectExpression (~/.atom/packages/atom-ternjs/node_modules/tern/lib/infer.js:1588:34) at...

Here is the full log of noobaa-server: https://gist.github.com/chancez/66bac74c81d326a4398ac8acf144139b

The logs show mapReduce calls nearby so it might be that one mapReduce calls is causing it. For example I see this issue on OOM in the mapReduce js engine:...