PhilippSelenium
PhilippSelenium
It would be great if lzo compressed files would be recognized. i.e. ``` 00000000 89 4c 5a 4f 00 0d 0a 1a 0a 10 30 20 80 09 40 03...
For newer gitlab installs one can configure the scope access https://docs.gitlab.com/ee/api/oauth2.html to api, read_api, read_user I tried to 'hack' it in overwriting: https://github.com/buildbot/buildbot/blob/master/master/buildbot/www/oauth2.py#L80 like already done for Github https://github.com/buildbot/buildbot/blob/master/master/buildbot/www/oauth2.py#L200 ```...
When including dataclasses_json in my project I cannot create an interpshinx mapping using the objects.inv file I have to exclude certain members of dataclasses_json in order to get the sphinx...
I have an avahid service configuration for a txt record that can be empty: ``` fname= ``` In avahi-browse the field is shown: ``` txt = [... "fname=" ...] ```...
The documentation linked in the readme https://pythonhosted.org/comtypes/ is for version 1.1.3 released in 2016.
``` pytest-selenium 3.0.0 requires pytest=6.0.0, but you have pytest 7.1.1 which is incompatible. pytest-selenium 3.0.0 requires selenium=3.0.0, but you have selenium 4.1.2 which is incompatible ``` since release 3.0.0 works...
### Feature and motivation Currently the [documentation](https://www.selenium.dev/selenium/docs/api/py/) is only available for the 4.0.0 release. If there are interface changes and the documentation is updated I cannot use the official doc...
``` >> import zmq Traceback (most recent call last): File "", line 1, in File "C:\Users\venv\lib\site-packages\zmq\__init__.p _load_libzmq() File "C:\Users\venv\lib\site-packages\zmq\__init__.p from . import libzmq ImportError: DLL load failed: The specified module...
### Bug description When running pylint on the following code: ```python from google.protobuf import any_pb2 isinstance("foo", any_pb2.Any) ``` Throws a linter warning since protobuf==3.20.0 (It still worked fine with 3.19.4)...
Will this be ported to work with python 3? https://caniusepython3.com/project/collectd