Sergiy Kukunin

Results 55 comments of Sergiy Kukunin

I solved this task for Chrome with 3rd party extension, such as https://chrome.google.com/webstore/detail/proxy-auto-auth/ggmdpepbjljkkkdaklfihhngmmgmpggp?hl=en You can attach extensions to a chrome session using: ```elixir capabilities = %{ chromeOptions: %{ "extensions" =>...

At least, it might be ok to return `{:error, :closed}` on safe methods, such as `search_element`. but otherwise I expect it to crash

this is just hashes solver. and it's proof-of-concept (proves that at this moment it doesn't worth). You need to have communication layer between pool and this hashes solver. Unfortunately, it's...

Currently webgl miner for cryptonight algo is in progress, but it will be closed-sources. I can say that I'm not sure if it's feasible and optimal, but at least I...

@nnluukhtn wow, thanks for the PR. I'm sorry, I haven't seen it earlier. Let me set up Travis CI to ensure that it continues working on Rails 4.x and I'll...

Hey. Thanks for your interest =) SHA256, HMAC etc take too little time comparing with salsa. Realize, that you need about 5 graphic calls to implement SHA256 and 150k for...

> About the more "complex shared"? No strict rules. I just tested on my notebook's Intel HD 4400 card, and desktop's Radeon HD 7950. If you increase the shader complexity...

It's not clear to me as well.

Currently, it's not a blocker for me, so the prioritization is up to you. I worked around it with the following code: ```js cleanupMutex: function() { if (this.mutex.__router__.__iframe__) { return...