Andrew Davey

Results 71 comments of Andrew Davey

Changing my console application to be x86 instead of Any CPU seemed to fix that.

OK, so now it takes about 30 seconds to load the coffee-script compiler. Slow - but manageable for now I guess. However running the following code: ``` var ctx =...

Thanks for the quick response and letting me know the correct API calls. I was basically coding blind with Intellisense before :)

ExecuteFile for the CoffeeScript compiler is still about 30 seconds for me (release build of IronJS). So can we leave this issue open until the cause of the slow loading...

Release x86 build running on Windows 7 64bit - MacBook Pro Intel Core2 Duo @ 2.4Ghz Test program (also Release x86 build): ``` var ctx = new IronJS.Hosting.CSharp.Context(); var stopWatch...

Thanks for the fix. I'm still seeing ~30 seconds to load the CoffeeScript compiler, but at this point correctness is more important than performance :)

I've added you as a collaborator @rickdgray - happy for you to help out!

Vogue currently only finds stylesheets included using link elements. Whilst it's feasible to scan the stylesheets for imports, I'm unsure how to force the browser to reload stylesheets included that...

OK, I'm glad you were able to work around the problem. I'll leave this issue open in the hope that you, or some other kind soul, is able to submit...

I only use Vogue locally myself, however it should also work remotely. The **vogue** global is meant to be used when using Vogue as a bookmarklet, so should be undefined...