Xu Qiaolun

Results 7 issues of Xu Qiaolun

1. Change the xlsx matcher's rule. Parse the contents of the file and analyze the [Content_Types.xml] file using the zip package. 2. When iterating over a map with a range...

我们现在底层KV存储没有使用TiKV。 我们希望通过改造titan项目,将与存储层的通信抽象成接口,通过配置的方式自由选择连接具体的底层KV存储,不知道你们是否可以接受这样的改动。 如果不行的话我们只能fork出去自行开发,希望得到你的回复,谢谢!

* Add all ACL token update methods in Agent object * Add all new API in Operator object

We need this API to quickly clean up data, hoping to support. We can contribute this feature, thanks!

新的SDK代码在`yunpian`文件夹下,请评审。 新接口的调用方式,以发送单个SMS短信为例: ```Go cfg := DefaultConfig().WithAPIKey("" /*you api key*/) sms := NewClient(cfg).SMS() input := &SingleSendRequest{ Mobile: "13800138000", Text: "您的验证码是1234。如非本人操作,请忽略本短信", } resp, err := sms.SingleSend(input) if err != nil { //...

Hi guys, is there any plan to provide a [double-ended queue](https://en.wikipedia.org/wiki/Double-ended_queue) implementation in this package?

add Compress option to FileLogConfig