Vasiliy Kuzmenko

Results 13 comments of Vasiliy Kuzmenko

Поддерживаю. Периодически напрягает это.

@geekdenz path works for me (c) It's resolved issue with percentage positioning in webkit browsers. Thank you @geekdenz

``` "moduleNameMapper": { "^@app/(.*)$": "/src/$1" } ``` is working well, according to [moduleNameMapper](https://facebook.github.io/jest/docs/en/configuration.html#modulenamemapper-object-string-string) in tsconfig.json i add baseUrl and path ``` "compilerOptions": { "baseUrl": "./", "paths": { "@app/*": [ "src/*"...

Hi folks! Firstly @mourner thank you for this plugin! Any update on this feature? And another wish is fixed radius starting from zoom level :)

I think i made something looks like [fixed radius](https://gist.github.com/kuzvac/84145d079b7c67a7094c973007d2e6a4)

@cpunekar can you please explain more detailed?

Yes, multiline would be awesome!

@shrhdk maybe you can try to integrate https://github.com/Jam3/opentype-layout to your awesome converter? :)

Also you can add `node_modules/vuetify` to typeRoots section, like this: ``` "compilerOptions": { "typeRoots": ["node_modules/vuetify"], } ```

Yeah, refresh page is hard. @gakimball i try to use watch(), but no success, they can't find [this.panini.options.pages](https://github.com/zurb/panini/blob/v2.0/index.js#L57) and throw error. I hardcode 'pages' for this.panini.options.pages, and watch() start working...