Dominic Watson
Dominic Watson
Can see tests failing, I'll look into this which will also help me with getting up to speed.
Did some investigation this morning because this has been driving me nuts. Found that the following commit broke it again: df6870375d9a5c87bbc6b6a0d5bb118af64ec586 The particular lines that broke it were the removal...
> i try to keep the amount of methods as low as possible, the following methods seem not necessary `getRequestHasTimedOut`,`setRequestHasTimedOut` you can use `getTimeoutStackTrace()!=null` instead. Does adding the methods cause...
> i did not check in detail yet, do you make sure that gateway threads still are NEVER running in a request timeout. this is very important. No - the...
> this PR affects the loader Can you point out which changes effect the loader so I might be able to mitigate? Or you think its not possible to do...
> this pull request is for the master branch, we do never coding on the master branch directly, the master branch only see merges of branches that get releases. please...
> Would an application.onRequestTimeout method help here? It won't help the situation in anyway, but would be an interesting feature. As Micha points out, it's only ever going to be...
For me, after using this installer to setup MO2, I ran the following from the commandline: ``` protontricks --gui ``` From there, I (ignoring all the 64bit/32bit warning dialogs): 1....
Yeah, just needs a little more work to implement as its done in Ruby. I'm moving away from using java wrappers of all the frameworks that I'll be using and...
Have you tried the "all" minify mode? I briefly touch on that mode here: http://fusion.dominicwatson.co.uk/2011/09/understanding-the-package-minify-mode-in-cfstatic.html