Results 14 comments of shuaiyy

感谢大佬; 看起来缺失了很多事件类型; 企业自建App里的这些都没有 [事件格式](https://developer.work.weixin.qq.com/document/path/90240) 我fork一个改一下试试 > 消息类型的处理在 `extractMessageExtras` 函数(自己找)

> In general, when you want to do the final choice you would reapply with the chosen predictor not with one set to zero traffic. > > This may be...

> Thank you for you feedback. > https://github.com/volcano-sh/volcano/blob/f203e26c357cebdacfe528a2269aeafb6655e418/pkg/scheduler/actions/preempt/preempt.go#L228 > > > Let me debug the ssn.TaskOrderFn function. > /assign @Thor-wl maybe the problem is **NodeOrderFn**, i hope node with most...

> Well, after a short discussion, i got your scenario. You want to evict victimsQueue from the lowest priority to highest priority without considering nodes first. Right? yes, i want...

> Got it. Sounds reasonable. Let me take a discussion in the community. thank you ! it seems add a **NodeOrderFn** may work in the preemption, but it will also...

This is very helpful for our production environment: 1. In CI, the image building can be accelerated by using `ADD http://xxx/thiea-ide.tar.gz`. 2. for most case with-no nodejs/theia-ide pre-installed, containers can...

hi @paul-marechal , Your contributions to the `browser-package` are highly valuable and significant,I want to know if it will work for the latest version. I want to build a browser...

同前置面板耳机没有声音,用的是master分支的配置

`MsgID` 变 `string` 类型,是因为群机器人消息的`MsgID`是string类型; 机器人webhook回调应该是一种聊天消息,下面内容是官方文档: > 概述 > 最后更新:2022/06/29 > 关于接受消息 > 开发者在机器人配置界面[设置接受消息的url](https://developer.work.weixin.qq.com/document/path/95279#35599/%E8%AE%BE%E7%BD%AE%E6%8E%A5%E6%94%B6%E6%B6%88%E6%81%AF%E7%9A%84%E5%8F%82%E6%95%B0),当用户与机器人发生交互的时候,交互事件将加密回调给机器人接受消息url,机器人服务通过[接受解密](https://developer.work.weixin.qq.com/document/path/95279#35599/%E6%8E%A5%E6%94%B6%E4%B8%8E%E8%A7%A3%E5%AF%86)并处理[回调事件](https://developer.work.weixin.qq.com/document/path/95279#35599/%E5%8A%A0%E5%AF%86%E4%B8%8E%E5%9B%9E%E5%A4%8D),实现更加丰富的自定义功能。 > 目前支持的交互事件回调: > 1.用户群里@机器人或者单聊中向机器人发送文本消息或图文混排消息,[查看文档](https://developer.work.weixin.qq.com/document/path/95279#35600/%E6%96%87%E6%9C%AC%E6%B6%88%E6%81%AF) > 2.群机器人被添加到或被移除出群聊,[查看文档](https://developer.work.weixin.qq.com/document/path/95279#35601/%E4%BA%8B%E4%BB%B6%E6%B6%88%E6%81%AF) > 3.用户进入机器人单聊界面,[查看文档](https://developer.work.weixin.qq.com/document/path/95279#35601/%E4%BA%8B%E4%BB%B6%E6%B6%88%E6%81%AF) > 4.用户在单聊界面中给机器人发送图片消息,[查看文档](https://developer.work.weixin.qq.com/document/path/95279#35600/%E5%9B%BE%E6%96%87%E6%B7%B7%E6%8E%92) > 5.用户点击模版卡片中的交互控件,[查看文档](https://developer.work.weixin.qq.com/document/path/95279#35601/%E6%A8%A1%E7%89%88%E5%8D%A1%E7%89%87%E4%BA%8B%E4%BB%B6)

> I don't quite understand this requirement. Do you have a more detailed explanation? Is there any place where this field is used? I have updated the description. `task-index` info...