Jon

Results 49 comments of Jon

Thanks for your response. I've been up to my eyeballs on AUI issues, but I hope to come back to this.

Thanks for that fix @marcint1990, that worked for me. I found I was also getting the remote fully-qualified path wrong. A bare filename would not work for me, I had...

I wonder if you need to use `Client::createSeleniumClient()`? I would guess that the browser-specific static methods are for the WebDriver implementation, not Selenium.

FWIW, I have set up a remote Geckodriver instance (`instrumentisto/geckodriver`) instead of Selenium and that seems to work well. However Panther had to rather be hacked to get it to...

I suspect this is by design: https://github.com/mozilla/geckodriver/issues/1946

I think this duplicates https://github.com/Herzult/php-ssh/pull/60.

I won't be able to help, but could you perhaps run these two commands for readers, and capture the output in a code block in this thread? * `microk8s kubectl...

I tried to do this semi-manually, but I am not sure if there are enough hooks in Phinx at present. I am using 0.10.6 presently. My use case is deploying...

@curtiscarlson: did you try adding your database creation in the `init` section? My experience was that it would not work in the `up` method since your Phinx connection config probably...