koalr

Results 61 comments of koalr

收到 @Yesterday17

实际上这样我也不太好处理,如果方便的话 可以切换回 origin 的 master 并新建分支 xxx,然后使用 `cherry-pick` 的方式将该 commit 添加到 xxx。再基于 xxx 这个分支去 PR 就可以了。

I finally found out the real reason behind the panic. `response.Request` sometimes will be changed by go transport, which caused the request is missing in ctxs then the panic occured...

https://github.com/google/martian/pull/308

03 的解答是错的,第一行应该是 `$arr = array("user" => "ichunqiu");`

我因为这个问题弃用这个插件了,我这还有个问题就是clean时public里的软连接无法删除,导致报错,强迫症,忍不了。

这本来是唯一一个插件。。现在没有插件了。

@penhauer-xiao 我现在在用官方的qshell工具,结合自己撸的一个小工具[七牛同步删除工具](https://github.com/zema1/qiniu-sync-delete),用着还算舒心,至少没这么多问题。。

这个好像在误报反馈中看过,本质原因是同名参数多次替换时的问题,我看能不能科学的解决下这个问题