Boris Kozorovitzky

Results 4 issues of Boris Kozorovitzky

Lets say you have files named 1) foo 2) foo-bar And you replace them with 1) foo-123 2) foo-bar-456 File (2) will be replaced twice and the result is foo-123-bar-456

Hi, I have created a small POC of the more standard Grunt builder. You can check it out (pun intended) on this branch: https://github.com/BorisKozo/EndGate/tree/grunt_build I also added the Grunt QUnit...

enhancement
2- Working

JSON: ```` { "v3":[1,2,3,4,5,6,7]} ```` Path: ````$.v3[2:3,5]```` Expected: ````[2,5]```` Actual: Error

Sometimes I want to change my code according to certain passenger behavior but it is really hard to reproduce if the passengers change every time you restart a challenge. My...

enhancement