bylaw

Results 6 issues of bylaw

There is no file heapster.yaml in demos/monitoring.

自建应用机器人,在后台配置事件订阅如下图所示 ![image](https://github.com/larksuite/oapi-sdk-go/assets/19585742/dd19b305-5d99-4606-a702-3f3fae680741) 使用部分sdk代码如下 ``` handler := dispatcher.NewEventDispatcher("", "").OnP2MessageReceiveV1(func(ctx context.Context, event *larkim.P2MessageReceiveV1) error { ``` 实现给机器人发送消息,回复对应的内容,但是每次发送给机器人的消息都收到两次回复 ![image](https://github.com/larksuite/oapi-sdk-go/assets/19585742/092f3f51-750b-48e6-894a-5231e389175c) 再补充一点就是,我在群聊中发消息只会回复一条

**用文字描述你遇到的问题** 使用make ui NPM=cnpm编译前端时有几个包不会默认安装,需要手工安装 - http-proxy-middleware - terser-webpack-plugin - @swc/core - lodash - lodash.memoize - lodash.uniq **预期行为** 可以自动安装 **版本** - bk-cmdb的具体版本号 编译分支:3.13.x **额外信息** ![image](https://github.com/TencentBlueKing/bk-cmdb/assets/19585742/61071e8e-1075-4c98-9677-29ea6417f1a4) ![image](https://github.com/TencentBlueKing/bk-cmdb/assets/19585742/ac9b42fd-da77-470e-a2b0-a38d47a340cf) ![image](https://github.com/TencentBlueKing/bk-cmdb/assets/19585742/47945a2c-48df-4c04-ac9e-29992a48fb9c) ![image](https://github.com/TencentBlueKing/bk-cmdb/assets/19585742/93c62e7e-99d7-4983-83c2-492e4f280268)

Hi, i deploy it in CentOS Linux release 7.2.1511 (Core), The docker version is docker-engine-1.12.0-1 ,but it can't work, below is the logs i can receive: ![image](https://cloud.githubusercontent.com/assets/19585742/17829183/149d637c-66d9-11e6-86d3-c926bff4143c.png) when i deploy...

When i compile this module into nginx-1.6.3, it causes an error below: ``` ../lua-upstream-nginx-module/src/ngx_http_lua_upstream_module.c: In function ‘ngx_http_lua_upstream_get_servers’: ../lua-upstream-nginx-module/src/ngx_http_lua_upstream_module.c:179:22: error: ‘ngx_http_upstream_server_t’ has no member named ‘name’ if (server[i].name.len) { ^ ../lua-upstream-nginx-module/src/ngx_http_lua_upstream_module.c:193:22:...

获取所有联系人的时候,可以返回联系人备注的手机号吗? ``` // User 抽象的用户结构: 好友 群组 公众号 type User struct { ... } ``` 就是返回给User这个结构体?