MuYunyun

Results 38 comments of MuYunyun

> For anyone interested, I forked the main project and created the following package which has the fix noted above for Webpack 5, along with up-to-date dependencies. Hopefully this can...

> #206 > this PR fix this issue, but it looks like the author abandoned the library ![image](https://user-images.githubusercontent.com/19354791/85514592-c8182d80-b62e-11ea-96d4-1f8f911c69b2.png) It's sadly this way can't remove or hide native scrollbar totally. It...

> @carvendy 不用自己搭,按照这个教程:https://github.com/imsun/gitment#get-started > 把`Install`那一步换成这两个: > > ``` > > > ``` > > 就行了 @stevenjoezhang it's useful!, thanks.

Can it support to show the vertical and the horizontal scrollbar at the same time?

![image](https://user-images.githubusercontent.com/19354791/85514592-c8182d80-b62e-11ea-96d4-1f8f911c69b2.png) It's sadly this pr can't remove or hide native scrollbar totally. It appears again when I click the scrollbar track.

@zhuanyongxigua 这个应该是作者自己归类的。不过我对 setInterval 的归类持有保留态度。之前看到一个前端 promise 库就是用 setInterval 来模拟实现的。

这个 [ssr 客户端](https://github.com/shadowsocksr-backup/ShadowsocksX-NG/releases) 提供 rc4 加密方式, 亲测可以用。

感谢博主,读完这篇文章的收获: 1.`_([1, 2, 3]) 返回一个对象,为 {_wrapped: [1, 2, 3]},该对象的原型指向 _.prototype`,看完[这篇文章](https://segmentfault.com/a/1190000011801127?v=20171103)有助于理解这句话,即`p.__proto__ 的原型指向 Person.prototype`; 2.why: exports = module.exports = func , because: exports是module.exports的引用,可以看[官方文档](https://nodejs.org/dist/latest-v9.x/docs/api/modules.html#modules_exports_shortcut)