coldfire.x

Results 10 comments of coldfire.x

i have same issue here, my linkerd version is 1.4.6, we retired some servers, and updated service addrs in consul, but still linkerd routes traffic to the retired server's address....

this works you SHOULD add this opts at /var/lib/boot2docker/profile thanks, this really sucks.

@wharsojo thanks took two more hours for this issue.

@niclarcipretti you can open the virtualbox client , double click the running vm, input your username/password, it should be ok to go.

actually, it willl close the socket, but when you issue another redis command, it will try to reconnect. `def send[A](command: String, args: Seq[Any])(result: => A)(implicit format: Format): A = try...

什么时候能进master

@hannob @tgalal what's the progress right now? has it fixed? we get this error in mac m1, python3.10, can not install python-axolotl-curve25519

@glenwong @debasishg check this out https://github.com/debasishg/scala-redis/pull/163

as you can see the css related import code in templates/base.html, the static path is /static/[css,js,img], so you can setup a local nginx web server to serve static files mapping...

you need to create a new type for the second int64, for example: ``` dep := "some dependency" injector.Map(dep) dep2 := "another dep" injector.MapTo(dep2, (*SpecialString)(nil)) ```