Hai Liang W.

Results 188 comments of Hai Liang W.

In the console, an error happens, where app fails to get a file. ![image](https://user-images.githubusercontent.com/3538629/178488569-3663fd97-3674-4f4b-b666-cf00e56706f1.png) This compiled file could be generated with ``` npm run start:control ``` After that, run `npm...

求帮忙发到 rockq.org !!! @berwin

I came to the same problem. The program starts to train by suppling `THEANO_FLAGS="optimizer=fast_compile"`.

@lilaizhencn 这个方法行不通。

考虑在 https://github.com/chatopera/chatopera-nodejs-sdk 中增加新的类,比如 Utils 来实现接口。

I realize I can push directly into branch 0.10 currently, which is very nice.

更多日志 ``` osschat_1 | at /app/node_modules/rxjs/dist/cjs/internal/operators/observeOn.js:10:197 osschat_1 | at QueueAction.work (/app/node_modules/rxjs/dist/cjs/internal/util/executeSchedule.js:8:9) osschat_1 | at QueueAction.AsyncAction._execute (/app/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncAction.js:76:18) osschat_1 | at QueueAction.execute (/app/node_modules/rxjs/dist/cjs/internal/scheduler/QueueAction.js:41:18) osschat_1 | at QueueScheduler.AsyncScheduler.flush (/app/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncScheduler.js:39:33) osschat_1 | at QueueAction.schedule...

需求很合理,可以让用户体验更好。 现在 BOT 接口中,有`用户`和`消息文本`两个值,还有一个`渠道`,但是从检索层面看,没有用到渠道,相当于渠道都是 `wechaty`,channel 没有检索中用到, 要把群名字和用户名,同时加入到上线文中,现在还没有支持。 目前,在 Chatopera 端,是把一个群看成了一个用户,在生成 Issue 报告的时候,没有群里发言用户的信息。如果要把群里发言的用户加入到报告中,那么现在还没有好的办法。

如果是这样,需要做一个约定了,这样后台在处理的时候,做检索之前,在 QueryRewrite 中,去掉这个“前缀”。总之,方案我再想想,应该有简单的方法。