Christopher Rasch-Olsen Raa

Results 28 comments of Christopher Rasch-Olsen Raa

Same observed here. Environment: ``` $ echo $TERM screen-256color $ emacs --version GNU Emacs 25.2.2 $ tput colors 256 $ echo $COLORTERM truecolor ``` I have also notices that `nord-comment-brightness`...

How about using a library like [Humanize](https://github.com/HubSpot/humanize)? ```javascript Humanize.compactInteger(123456789, 1) // "123.5M" ``` It hasn't been updated in a while, but seems to do what it says on the tin.

Thinking about this further it seems like `attempts` has three distinct meanings: - before performing task: "_how many times the jobs is to be attempted before transitioning to a failed...

I'm a bit usure what would be the "correct" behaviour and even a solution that could be accepted. The way I see this issue it is hard to solve it...

Same bug here. Vagrant 1.8.1 and vagrant-digitalocean 0.9.0.

I keep running into this as well. Your observation matches mine.

Same here. Offlineimap 6.5.4, Python: 2.7.5, Debian Wheezy (Ubuntu)

Connection string that does not work: ``` $ REDIS_DEBUG=1 perl -e 'use Redis::Fast; Redis::Fast->new(server => "localhost:6379")->keys("*");' [28726][1711][lib/Redis/Fast.xs:373:Redis__Fast_connect]: start [28726][1711][lib/Redis/Fast.xs:292:__build_sock]: start [28726][1711][lib/Redis/Fast.xs:119:AddWrite]: flags = 2 [28726][1711][lib/Redis/Fast.xs:199:wait_for_event]: set WRITE, write_timeout = -1.000000...

Ok, so I figured it out by running everything through `strace` and wading through the output. There I discovered that `localhost` was resolved to `::1` when running through Perl, but...

Thank you for taking the time to followin up on this, and for linking to the other issue. I'll go ahead and close this one now.