Peter Arwanitis
Peter Arwanitis
### versions - SlimerJS: 0.10.3 - Firefox: 52.0.2 32bit - Operating system: Win10 64bit - IPython 5.1.0 (Python 2.7.11 |Anaconda 2.4.1 (64-bit)) - selenium-3.3.3 ### Steps to reproduce the issue...
### versions - SlimerJS: 0.10.3 - Firefox: 52.0.2 32bit - Operating system: Win10 64bit - IPython 5.1.0 (Python 2.7.11 |Anaconda 2.4.1 (64-bit)) - selenium-3.3.3 (updated issue to reference latest Selenium...
### versions - SlimerJS: 0.10.3 - Firefox: 52.0.2 32bit - Operating system: Win10 64bit - IPython 5.1.0 (Python 2.7.11 |Anaconda 2.4.1 (64-bit)) - selenium-3.3.3 ### Steps to reproduce the issue...
## reproduction steps * working on Windows / Docker * goal is to include `dejavu` into docker-compose ``` # docker version Client: Docker Engine - Enterprise Version: 18.09.4 API version:...
I like to write my complex regex in "verbose" style, which corresponds to the `/x` flag. Is there support for pasting multiline formatted regex already? Right now, all I can...
As mentioned in https://github.com/rholder/retrying/issues/25, I hoped to have control over a retry, based on a function, which explicits output a print-statement. A suspicious long run (in a detached process, which...
Great lib, which saved me definitive from an ugly hack to make "requests" calls retrying on the status_code :) ``` python def retry_if_result_429(response): """Return True if we should retry (in...
thx so much for your @sixeyed Dockerfiles! I was able now to setup Kibana on Windows Server 2019 Datacenter running Docker 19.03.5! ## feedback one: https://github.com/sixeyed/dockerfiles-windows/blob/83ff302133e79a43c0efbed1c3d8669a3340e987/kibana/windowsservercore/ltsc2019/Dockerfile#L30 referencing the `ltsc2019 AS...