Andrey Petrov

Results 214 comments of Andrey Petrov

I haven't tried Benchmark.js, thanks for the tip! Re jsperf: http://news.ycombinator.com/item?id=2054456 Re significant results: http://news.ycombinator.com/item?id=2054802 tl;dr: You're right; anecdotally I found the trend to be consistent across browsers (though primarily...

Perhaps I'm missing something from the documentation, but I was wondering how you would suggest running this test using benchmark.js? I want to benchmark the time it takes to create...

Oops that wasn't supposed to be closed, my bad.

I've had this similar idea once upon a time. Specifically I wanted to be able to blend multiple colors by weighted proportion. Such as: 20% COLOR_A blend 80% COLOR_B. Could...

Hiya, you should be able to build the source code yourself on Windows using Go. If there is another release, I'll add Windows binaries if there are no cross-compiling issues.

What's the current state of this? Is it working for you?

They're not mutable so much as they're purged, they only last 2-3 days. [Edit: Ah your theory of race condition makes sense too] We need to fix this issue too:...

Another option is we could mirror releases in this repo, but I was really hoping to avoid that.

IIRC the specific overflow issue was in the challenge game (maybe something about being able to wrap around the binary search cursor?). Could make sense to disable overflow protections in...

Yea, including a mandatory space would help in scenarios where PEP8 is observed. @wolever and I looked into doing this within a linter but couldn't find a reasonable entry point....