Gleb Ignatev

Results 3 comments of Gleb Ignatev

I'm using Python 3.10 on Windows and for me even the basic `render()` example from README hangs forever: ```python from requests_html import HTMLSession session = HTMLSession() r = session.get('https://pythonclock.org') r.html.render()...

Yeah, I've noticed the same slowdown recently.

+1, this would be very beneficial for our team