Shao, Ran

Results 4 issues of 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',...

Inactive

This is happening while debug on Windows. ![企业微信截图_16399736285058](https://user-images.githubusercontent.com/2274141/146710957-2f0c48ae-d620-485f-9dd7-560f172b0405.png) 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...