Christian Rondeau

Results 112 comments of Christian Rondeau

Looks like chromedriver itself exists and is supported: http://chromedriver.chromium.org/getting-started/getting-started---android

I believe this is the right issue even though the title could be updated for more general use cases. In our situation, we make calls to get a blob that...

Wow, that's a pretty good "first issue" to have :) Thanks, I think things are coming together, I should be able to work on actual content! Glad there's interest!

Haha thanks :P Sorry I couldn't spend much time on this project...

Thanks! Are you aware of an alternative?

@ackava thanks for sharing your ideas. It looks like you are using TypeScript, which would explain why using the `Promise` constructor, the `=>` syntax and eventually using `await` would work...

Pretty please don't do that :) The whole point of await is freeing the thread and allowing the use of synchronization contexts. Really the only desirable implementation will be painful...

Haha yeah I'd love to, but I'm also struggling with time :) This being said, the reason I didn't even try is because I don't understand promises internally, and I...

I can definitely support @viceice and maybe even try a prototype branch, since I'm the one who opened the issue one year ago... And to be honest, I have to...

Actually the main value is to use IO ports instead of locking a thread in the ThreadPool (asp.net being the most obvious example). That was also the great selling point...