Adrien Rey-Jarthon

Results 119 comments of Adrien Rey-Jarthon

Hi, we got into this too, I tried to find out where memory leaks were coming from in our specs (this is quite annoying as the `webkit_server` process grows to...

Also got this error on Mac OS 10.7.4 with REE, did anybody found a solution ? ``` ./test.rb:9: [BUG] Bus Error ruby 1.8.7 (2012-02-08 MBARI 8/0x6770 on patchlevel 358) [i686-darwin11.4.0],...

BTW one thing I noticed here also is that this `id_partition` is pretty long and costs a lot of folders (inodes), unless you have a number of records that no...

I just encountered this problem too when trying to use nullmailer with a custom From. Is there any other way (than modifying the source code) to achieve this? do we...

Hello! That's a big list indeed, but I noticed most of them don't have any MX record so we could probably skim it down further by removing all these broken...

> Just a heads up, a domain can still receive emails without MX records. Mail servers will fall back to the A record. Oh, I had no idea :) that's...

Wow, sounds weird to hit this issue 3 years later. ```ruby task :audit do end after 'deploy:log_revision', 'audit' ``` The task is never called because it looks for "deploy:audit" and...

Ok I tried again with this code and it didn't work for me but it worked with `:audit2` so I looked at "audit" everywhere and found I actually have a...

Ok I see, yeah I can imagine the difficulty to change that. I guess you know better than me but just in case I think you may be able to...

Or maybe introduce a new syntax for hooks (ex: `after 'deploy' => 'audit'`) which would work the new way ;)