Pavel Dranichnikov

Results 2 issues of Pavel Dranichnikov

Hello! I'm running speedracer under Linux, and for some reason Chrome fails to open port 9222 for debugging if I don't use *sudo*. The problem is that speedracer actually outputs...

I've encountered incorrect behavior in cases involving `NaN`. Consider the following example: ``` sprintf('%f', NaN) // '-NaN' ``` The library always adds `minus sign` before NaN. This fix considers `NaN`...