Wenqiang Yang

Results 6 comments of Wenqiang Yang

change in `/usr/local/Cellar/node/11.10.1/lib/node_modules/leetcode-cli/lib/commands/stat.js:172` can solve this problem ``` if (j >= 0) buf.write(MONTHS[d.month()], j|0); ```

不是吖,你再仔细看看,我也提到了有一个`循环左移`的函数实现吖。 ``` function leftshift(a, n, size=32) { n = n % size return (a >> (size - n)) } ```

@tpasternak colud you please solve this problem?

I find an other module replace it, which is [thriftpy](https://github.com/eleme/thriftpy)