Shao, Ran
Shao, Ran
## 最小可复现仓库 https://github.com/hythl0day/eggjs_passport_test ## 复现步骤,错误日志以及相关配置 (类型文件安装自:@types/passport-local) 打开app.js文件 内容完全复制自[官方示例代码](https://eggjs.org/zh-cn/tutorials/passport.html)但改写为typescript的方式。 然后在下面这个函数中遇到了类型错误的提示 ```typescript app.passport.use(new LocalStrategy({ passReqToCallback: true, }, (req, username, password, done) => { // format user const user = { provider: 'local',...
This is happening while debug on Windows.  Things seems to be normal when debug in Chrome.
return from the for-loop sometimes causes the IP position to go wrong (will cause "unknown opcode" error).
I am using a custom mouse cursor for my app(game), and the global mouse cursor is changed. However within the region of the DataTable2. It restores to the original cursor...