Rostyslav Bryzgunov

Results 5 issues of Rostyslav Bryzgunov

I'm using `Section` and I find it very useful. But I've noticed that every time when I do: ```py el = my_page.my_section.my_element ``` – `holmium.core` does 4 requests to get...

When I do: ```py driver.execute_script('alert(arguments[0].tagName)', page.select_element) ``` ... it raises an exception: TypeError: is not JSON serializable ### Environment * Python 3.4 * `holmium.core==0.8.5` * `selenium==3.0.2` * Firefox / Geckodriver

Many people are asking about circle customization, too custom to be a part of the _library core_ _(e.g. arc layout, multiple values, hexagon)_. I usually decline such PRs and suggest...

enhancement

Hi, David! I'd like to use django-uuidfield in my project that uses Python 3.4 and Django 1.7. Version 0.5.0 doesn't work, but all the necessary fixes are already in `master`...

Hi! First of all, Karma is awesome! You're doing great job! ;) But I have a specific problem. I use Jasmine JS test framework. For example, one of my tests:...