Kostya Kurilov

Results 6 comments of Kostya Kurilov

@zodern I investigated this with `truss` on mac and found that load coming from huge amount of `stat` of `node_modules` files. Why we ever need to watch after `node_modules` changes?...

I just dirty-hacked few lines of meteor to ignore watches on all `node_modules`, and you could see results: For original: ``` | (#1) Total: 3,012 ms (ProjectContext resolveConstraints) | (#2)...

@zodern thanks. Hope it will be rolled soon. Until that will use local version.

Not working for us too, now we workaround it with setting global variable in `onDragStart` instead of `dataTransfer`