Isaul Vargas
Isaul Vargas
I would like a disable follow option.
I suspect that the API to sauce labs has evolved and thus we need to update the code to reflect these changes. If you can submit a patch I'll get...
Function callable introduced in Pytest 5.2 may make multi scope fixtures possible. In the past I used tricks to have tests switch between live browser for all tests versus start/close...
There is a standard in flux that deals with the extra capabilities that Chrome provides via the remote DevTools Protocol. When "Webdriver Bidrectional Interface" standard is formalized, there will be...
This PR is mostly implemented in the current code base. Would you like to address other areas that need to be modernized?
Here some of my thoughts: I would only use `from typing_extensions import ...` for all the type checking types. There's a good reason for this, and that is it will...
Pypi (even test-pypi) doesn't really support nightlies. But test-pypi at least is ephemeral enough to delete old nightlies.
https://github.com/confluentinc/confluent-kafka-python/blob/master/setup.py#L73
So there are libraries using the shadow property to store an object only to be reified as a proper shadow object later? that's interesting.
I don't like this code, and would not want to merge it in. But the current situation does bother me a lot, and there's is one hack that tries to...