AN Long

Results 81 comments of AN Long

Sorry for the late about this PR. I thought is PR is ok now (except just need for a rebase)? @letmutx

Got, I'll try to implemented this on weekend.

I have a question, looks like the ascii protocol does not support multiple operations like `sets`, and since this crate support both ascii and binary protocol, should we just return...

@dormando I think I was trying to implement `deletes` function and find the ascii protocol can not support it well. I think I'll try to simulate it using multi operations...

Thank you! I'll take a look at it, thanks for info me!

I think middleware for sub router is a better choice? #14

I think this library's structure was changed, and the README is updated, and both the README and the library have no module `Network.HTTP.Dispatch` now. So I think we can close...

标准库里的 `os/signal` 应该就可以做这件事情。

[api.DeployAppFromFile](https://godoc.org/github.com/leancloud/lean-cli/api#DeployAppFromFile) 和 [api.DeployAppFromGit](https://godoc.org/github.com/leancloud/lean-cli/api#DeployAppFromGit) 这两个接口的返回值,就是这次部署操作的 eventToken。这个取消接口应该只要确保调用返回了 200 就可以认为成功了。

@jysperm 可以考虑做一个层级式的模版选择结构,例如: - start - 客户端开发? - iOS - Android - 服务端开发? - Python - Node.js - PHP - Java - .net