Jimmy Schementi

Results 59 issues of Jimmy Schementi

Virtualenv, dependent packages.

help wanted

Currently VPC and subnets must be manually created. Automate it.

enhancement

When env["rack.multithread"] is set, does IronRuby.Rack react appropriately? Currently the entire request is locked, so is that required?

IronRuby.Rack

Ruby exception messages are only CLR stack traces. rb> document.foo System.MissingMethodException: undefined method `foo' for Microsoft.Scripting.Silverlight.DynamicHtmlDocument:Microsoft::Scripting::Silverlight::DynamicHtmlDocument at Microsoft.Scripting.Interpreter.ThrowInstruction.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.Interpreter.RunInstructions(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.LightLambda.Run2[T0,T1,TRet](T0 arg0, T1 arg1)...

Silverlight

code script-tags that run against XAML, also loaded in a script tag, always need to be scoped, which I always seemed to forget about. This is because a dom-only SL...

Silverlight

When a script tag has a mismatching mime-type/file-extension, preference is given to the file-extension. See Tests/tests.html

Silverlight

Reported by Durgaprasad Gorti: In your code you are using the HttpRequestWrapper to wrap the Request and then converting to the env ruby hash for the rack app. I am...

IronRuby.Rack