changwei

Results 20 issues of changwei

**Describe the bug | 问题描述** 本来是很舒服的配置 但是某些情况下,在120hz屏幕(RMBP),mos滚动速度变得很快,感觉是2倍 在外接屏幕(60hz)上启动mos则正常 **To Reproduce | 如何重现** 使用120hz屏幕(RMBP) **Expected behavior | 期望结果** **Screenshots | 相关截图** **System Info | 系统信息:** - Mouse: [e.g. Logitech MX Master]...

While puppeteer is used inside this plugin, it should be able to monitor files that loaded by javascript, and add it to the download list, not only the ones written...

Due to [this issue](https://github.com/framework7io/Framework7-Vue/issues/261), Don't include bundle versions if you need to use some modules only. This template just include bundle at `index.js`, so the bundle is large with all...

``` >>> from flatten_json import flatten,unflatten >>> unflatten({'a.b':[1,2]}, '.') AssertionError: provided dictionary is not flat ``` Not sure why the assertion is so strict, I just what the result `{'a':{'b':[1,2]}}`...

There is `container.maxWidth.xxl` config in readme, but not working, and not found in the code, so added it

use prefersStatusBarHidden of center view 's status bar hidden to make it's status bar prefer work

https://github.com/bcherny/json-schema-to-typescript/blob/d898361ff973d3746ea695f1efce75c975061c6f/src/utils.ts#L164 The member of type name is restricted to only english letters (and some symbol) Typescript now allows unicode characters ([doc link](https://www.typescriptlang.org/docs/handbook/release-notes/overview.html#better-unicode-support-for-identifiers)) So, modify this function to allow unicode characters...

enhancement
help wanted
good first issue

This is not recommended for ts: ```import React from 'react';``` (This syntax need very specific tsconfig, which my project and many others would not meet, and cause Error: `ERROR in...

transform: ``` Component.defaultProps = { a:1, } ``` To: ``` class Component: ...{ static defaultProps = { a:1 }, ... } ```

加入说明性文档,添加MDN链接,加入一些tips,去除测试语句