Volodymyr Savchuk
Volodymyr Savchuk
Endless loop is imposibble because of max recursion deph, which is set in first call of `setupRef` function. Now it is 100. ``` matches.forEach(function (match){ setupRef(match, 100); }); ``` I...
Hi, sorry for so long answer :) I`ve added circles check for any circle length. So now it works even for such cases: ``` scss $first: $last; $second: $first; $last:...
same problem on Windows 7. log: ``` $ npm install karma-jasmine-jquery npm WARN package.json @ No description npm WARN package.json @ No repository field. npm WARN package.json @ No README...