Eric Pritchett

Results 8 comments of Eric Pritchett

I got some bad news for you @vaasu070. I was trying to do something similar using 2.9.3 as you can see in this [SO](https://stackoverflow.com/questions/67541125/why-are-these-2-9-chartjs-bar-charts-different) post. I ended up having to...

The CPU issue I've seen before with tern it's self. It seems like some codebases will cause the analyzer to be caught in an infinite loop, but I haven't been...

Interesting. That is usually one of the first things I type out when testing the plugin. What Light Table version and OS are you running? Also, post your tern specific...

Excellent! I'll get to testing sometime this week. Thanks for the feedback, I'll see if I can get this problem resolved. On Dec 2, 2014 5:19 AM, "Abe Pazos" [email protected]...

Sorry it's taken me a while to get back to you with feedback. Life has been pretty hectic lately. The good news is that I can reproduce the console error...

Oh man, I probably need to update all my plugins and README files to use the new flat syntax. It looks like you would just add `[:tern.config :lt.plugins.tern/lazy-loading]` to the...

@joshuafcole Can you see if you are still having issues with the 0.1.6 release?

Your user behavior doesn't appear to be setup to handle AMD. Try setting your user behaviors to: ``` {:+ {:tern.config [(:lt.plugins.tern/plugin :node true) (:lt.plugins.tern/plugin :requirejs {:baseURL "/home/path/to/project/dir"}) :lt.plugins.tern/lazy-loading]}} ``` Let...