Mikhail Novikov

Results 27 comments of Mikhail Novikov

https://github.com/notiv-nt/BrowserFS/commit/e4bcd55a0103c38cec15a35273bd1636a2037241 Works for me

Looks like the problem with `parseFloat` https://github.com/logaretm/vee-validate/blob/fee05f7ac8188cdef27a96ea2e7a53f24e18b73d/src/utils/events.ts#L36-L44

For those who are looking here for a solution to remove the block caret and return the normal caret line Terminus user settings: ``` { "view_settings": { "inverse_caret_state": false }...

There is a native vscode's command: ``` { "key": "", "command": "cursorMove", "when": "editorTextFocus && amVim.mode == ''", "args": { "to": "prevBlankLine" || "nextBlankLine", "by": "wrappedLine", "select?": true } }...

Heh? The same but with native `imagemin`: ![2](https://user-images.githubusercontent.com/10743009/57474275-6e259e80-729a-11e9-8625-2e03a328df58.gif)

## One more thing: ``` const gulp = require('gulp'); const webp = require('gulp-webp'); const imagemin = require('gulp-imagemin'); const imageminWebp = require('imagemin-webp'); const rename = require('gulp-rename'); gulp.task('img', () => { return...

I got an error: ``` Can't find variable: Promise ``` Issue + 1 Phantomjs -1

I think codesandbox will be better ## Just open site, ## Open vue template, ## Add dependencies ![image](https://user-images.githubusercontent.com/10743009/52510752-517fb900-2c0e-11e9-9957-ceb5380e6762.png) ## App.vue ![image](https://user-images.githubusercontent.com/10743009/52510894-e97da280-2c0e-11e9-86eb-b93758d54646.png) ## main.js ![image](https://user-images.githubusercontent.com/10743009/52510919-fac6af00-2c0e-11e9-9f47-c171e0bfa71a.png) ## Result: ![image](https://user-images.githubusercontent.com/10743009/52510942-18941400-2c0f-11e9-894a-880fadab8f3e.png)