Kirill Konshin

Results 100 comments of Kirill Konshin

So far I came up with following fix: 1. Make sure `svg-sprite-loader` is not hoisted if you use yarn workspaces or similar, and it has fixed version `5.2.1` 2. Install...

I guess even simple regex with `from` and `to` would be enough. Probably it may require path resolution though.

Why do you think it will cause performance overhead? You use node's coordinates to draw connections, so you should have access to node's properties, right? If this is true, just...

I have tried with strength = 1 ![image](https://cloud.githubusercontent.com/assets/1530410/26023104/03cc7ecc-376a-11e7-9afc-3fed6a89859f.png) Also I tried negative strength. Did not help, nodes are still crowded in a corner after any data update.

Especially useful if you install ffmpeg via NPM: `npm install ffmpeg-cli` for example.

Each worker may receive own cache sub-directory, but then there would be a problem to merge all caches back to one (option 3, basically). And on subsequent runs single cache...

``` "jest": "25.1.0", "allure-jasmine": "^2.0.0-beta.6", "allure-js-commons": "^2.0.0-beta.6", ```