nengxu

Results 23 comments of nengxu

I encountered the same problem with the following code: ``` queue = channel.queue(QUEUE_NAME, passive: true) queue.subscribe do |msg| puts "Received msg (1): #{msg.to_s}" msg.ack end ``` I am confused by...

Any confirmation of this issue? I would like to choose a tool for using hg from git now. Curious to know since this is a vital feature. Thanks.

would prefer #1, thanks. On 2014-03-27 9:05 PM, "Jeff Lunt" [email protected] wrote: > Would either of these two solutions be acceptable to all parties? > > ## Display ms label...

That is perfect. Thanks. On 2014-03-27 9:23 PM, "Jeff Lunt" [email protected] wrote: > So @nengxu https://github.com/nengxu your output might look something > like this, when you have seconds and milliseconds...

@danimataonrails the :cover option seems to be using a separate source: ``` :cover => 'URL, Pathname, or raw HTML string', ``` In my project, we don't use a separate cover...

Apart from using Rails 4.1.0.beta1, I just copied your code over. The content of my Gemfile.lock: ``` GEM remote: https://rubygems.org/ specs: actionmailer (4.1.0.beta1) actionpack (= 4.1.0.beta1) actionview (= 4.1.0.beta1) mail...

@ckerr I've been using many of the beta 1 daily releases after the r70f623f32b one. Every one I tried had the memory leak. I had to revert to the r70f623f32b...

@ckerr I was following the nightly dev releases closely at that moment. So any beta1 release after the r70f623f32b one could be the culprit. Unfortunately, I don't know how to...

@ckerr I installed the nearest release I can get from github: transmission-4.0.0-beta.2+rbceb368f1b-x64.exe. It had the memory leak.

@ckerr That's my bad. I just downloaded the dev releases, did not realize that project also has github. But from my memory, the memory leak was the reason I had...