Asher Lin

Results 7 issues of Asher Lin

Well, GitHub it-self sort files in string order by default. e.g. A leetcode solutions repo: ( same in SublimeText ) - 1.two-sum - 104.maximum-depth-of-binary-tree - 112.path-sum - 2.xxx - 20.xxx...

I run `es-check es5 project/**/*.js | grep 'erroring file'` multi times in my project It said: ``` ES-Check: there were 79 ES version matching errors. · erroring file: xxxA.js ·...

当第一个触点在元素内,第二个触点在元素外,拖动。 事件有几率没有正确触发,数据没有更新,造成视觉上的卡顿。 ![qq 20171227214543](https://user-images.githubusercontent.com/5526096/34383340-974e008c-eb4f-11e7-8370-ca75a8b9d0cb.png) 重现: http://alloyteam.github.io/AlloyFinger/ * 单指按住图片 * 第二个手指在元素外部按住并拖动

e.g. > Destructuring > The destructuring assignment syntax is a JavaScript expression that makes it possible to unpack values from arrays, or properties from objects, into distinct variables. can't find...

i18n

### What's wrong: * visit https://2019.stateofjs.com/ * pick one any other language * change page using previous/next button at the footer * will jump to e.g. https://2019.stateofjs.com/pt/pt/tshirt/ which cause 404...

I meet the bug for my tool [la-starter-cli](https://github.com/seognil-lab/la-starter-cli/blob/master/src/utils/basic.js) It seems the same as #28 ## the bug In my case, `app-root-path` parse my tool's `appRoot` as `/usr/local/lib/` on Mac So...

Because the original post is RxJS 6-based now