Greg Weber

Results 263 comments of Greg Weber

why do you need to delete anything? doesn't add-source properly overwrite existing added packages? I sent a pull request for #44 which adds an add-source-list command which may make your...

tests work. I just get 3 failures. So I guess it hangs on Linux with a special setup. Is there a way I can get a debug output or some...

I actually successfully ran a test now- I think I just needed to limit it and be more patient. It took ~300 seconds. Without envjs it runs in less than...

The envjs specs finish in 87 seconds, which seems reasonable since they run over 300 tests.

I reduced my test to just one action- visit the login page- and it takes about a minute- independent of what is in the application layout 2.84s user 0.59s system...

I just realized that there is a separate layout for the login method- so some of my previous statements were incorrect. env-js is just really, really slow to interpret the...

This problem seems entirely due to loading scripts remotely. It is as if the scripts aren't being down-loaded in parallel. I am switching to local scripts and the run-time seems...

I don't think the non-parallel download was causing all of the problem, but it was certainly accounting for a decent chunk of it. There were 9 scripts to download. With...

I wasn't saying that the 17 seconds is entirely due to latency effects- it seems like there is something else going on here. But at a minimum the next script...

for vs. async I would think would be in how the js is evaluated- what I am suggesting is a download phase where nothing is evaluated, just scripts are downloaded....