Todd

Results 111 comments of Todd

Can you try this patch: http://gist.github.com/290650

Also, in HEAD I changed the order of easy_setup and multi_add. My thought is that maybe there are bad easy handles getting into the multiple handle... so before if an...

I wonder if this is bug in the version of ruby 1.9.2 ?

I wonder if the recent refactoring for issue 24 has had additional impact on this issue? Also, I was looking at a few of the bug fixes in most recent...

If you have a patch, I'll apply it

Okay, the work around would be to set the headers directly and manage the cookies in your code directly...

I can say for sure that this error is directly related to mis-configured database connection handling in your puma / unicorn configuration... Be sure you are correctly disconnect in your...

i see those. I saw the Gomfile in the project root. seems like adding the dependencies for things there might be a good idea? ``` ./run_server server.go:14:2: cannot find package...

I found that the "frozen tab" e.g. no master issue here happens when you try to load a page with two iframe's. All tabs load in a frozen state and...

In the latest firefox you want to make this change ``` @@ -189,8 +189,9 @@ * @private */ var firefox18 = function () { + var zoom = Math.round(((window.outerWidth) /...