Viktor Yang

Results 5 issues of Viktor Yang

I could't understand the code `this.vx = this.vx * 0.5 + (touch.pageX - this.lastX) * 0.5;` on https://github.com/oliviertassinari/react-swipeable-views/blob/master/packages/react-swipeable-views/src/SwipeableViews.js#L452. And is `(lastY - firstY) / (endTime - startTime)` to caculate speed...

question

类似[fanyi](https://github.com/afc163/fanyi)这个工具,它使用了[say](https://github.com/Marak/say.js/)命令来发音。

enhancement

I using speacmeacs. '%' key is evil-jump-item function, which will jump between match tags. It work well in js and css, it jump between `{}`. But in html tags, it...

need info

I need some back-end java variables such as `${appId}` in my scripts, when I run gulp-wrap, it throw me the error `oppeid is not defined` and stop. Can I solve...

After I use 'vim-multiple-cursors', I change into insert mode and input something. And it become slow and add this: ``` (neocomplete_start_auto_complete) ```