AlexStacker

Results 14 comments of AlexStacker

```javascript // async.js L2498-L2509 function reduce(coll, memo, iteratee, callback) { callback = once(callback || noop); var _iteratee = wrapAsync(iteratee); eachOfSeries(coll, function(x, i, callback) { _iteratee(memo, x, function(err, v) { memo...

Would like to see the performance comparison between nuxt.js

我们写Openresty的lua代码的时候也希望能用vscode调试,可以不可以顺道支持。

非常感谢回复,现在用的`ZeroBraneStudio`感觉不太好用,一直在寻找`vscode`调试的插件。 参考链接: [ZeroBraneStudio](https://github.com/pkulchenko/ZeroBraneStudio) [MobDebug](https://github.com/pkulchenko/MobDebug)