Skyblue
Skyblue
**Describe the bug** dispatch.model.doAsync() **√** dispatch({ type: 'mode/doAsync'}) **X**
sorry, my mistake... ----------------------- Follow the doc [dialogflow](https://www.chatwoot.com/docs/product/channels/live-chat/integrations/dialogflow) **Server logs** ` I, [2022-08-18T04:22:02.705537 #1] INFO -- : [ActiveJob] [EventDispatcherJob] [5c0c125a-bc25-41da-8e15-946c0c3e9aa0] Enqueued HookJob (Job ID: 81a9cc17-fbe1-486c-867b-79d4b67e91be) to Sidekiq(integrations) with arguments: #,...
修复 option 设置无效
pinus.request@pinusnode-pinus-jsclient-websocket/lib/pinus-client.js 重现: 连续发128个request, 第128个request得不到server端返回 问题出在reqId的解析
V8 is allowed to run on IOS when the device is not in jailbreak?
something like that ``` yield [foo1(), foo2(suspend.resume())] // foo1/2 could be "thunkify", promise or callback style with suspend.resume ``` should be equal ``` foo1(suspend.fork()) foo2(suspend.fork()) yield suspend.join() ``` sorry for...
eg: ``` javascript this.sleep = function(ms, cb){ setTimeout(cb, ms) } suspend.run(function*(resume) { yield this.sleep(1000, resume()) }, function(err, ret) { return next(err, ret) }, this) ```
``` javascript suspend(function*() { var fileNames = yield fs.readdir('test', suspend.resume()); fileNames.forEach(function(fileName) { fs.readFile('test/' + fileName, 'utf8', suspend.fork()); }); var files = yield suspend.join(); })(); ``` the fork() and join() are...
预先封装好一些常用事件,引入quarkjs中,会方便很多
Plans to support ST3 ? Or already supported ?