Dmitry Mazurok

Results 8 issues of Dmitry Mazurok

Pretty much all vue input components support `v-model`, both vue-native and third-party components. I think it is very convenient and well-known (among vue users) concept, and I think it would...

``` curl http://localhost:3000/mhtml/https://www.wikipedia.org/ > fromprerender.mhtml google-chrome ./fromprerender.mhtml ``` Results in blank page. mhtml saved from chrome by normal means can be opened without any issues.

bug
help wanted

Settings from .editorconfig are not picked up by tsfmt with --baseDir. Here is file structure I'm using https://gist.github.com/Eoksni/49cbac2c0a6cfd17b1d93b699098ac8a. Here is what I do ```cmd c:\temp\test-tsfmt\outer>tsfmt ..\project\test.ts let q = function...

Closes #35. Example usage: ```js /** * @example * subtract(1, 2) * // => { * // => normal: -1, * // => reverse: 1 * // => } */...

I know doctests are supposed to be simple, but when one needs to match against objects, it is getting not pretty. ```js /** * @example * transition(newgame(), 'playerTwo') * //...

On Windows single quotes are not working: ``` node_modules\.bin\mocha --fgrep 'should refill bitgo wallets' main.spec.js Warning: Could not find any test files matching pattern: refill Warning: Could not find any...

Use-case: I have a project structured like so: ``` myproject \_ app \_ Main.hs \_ src \_ Lib.hs \_ test \_ test.hs ``` So if I do `halive app/Main.hs`, it...

I would like to have a way to check if the data was loaded. I cannot check for `asyncLoading` to become `false`, because it is `false` initially when data is...