Patrik Šíma
Patrik Šíma
I cant imagine that someone uses memcache offline. What's the point? But, if so, can wrap each call addServer in try/catch block and then work with it.
The point is that the _exception_ is better than hidden _notice_. _Exception_ can be handled explicitly, _notice_ no.
I can't be sure that pull out _failure_callback_ is the solution. you got it checked?
Both method return NULL or FALSE if server failed.
I noticed that method `write($key, $data, array $dp)` don`t return value. But it should IMHO.
Okey. I got it. Options: - supress notice by Debugger::$strictMode - supress notice by @ inside both method `read()` and `write()` - pull out _failure_callback_ to `addServer()` method params -...
And I fix `write()` to return a value. Plus fix assertion in my test.
@dg I wrote options. Which way should I go?
Is possible add to `galen.config` something like this? ``` $.webdriver.chrome.driver=/opt/google/chrome/chrome $.webdriver.chrome.driver.args=--headless --disable-gpu --remote-debugging-port=9222 ```
Hi, I can't see whole last message, see screenshot. And I can't scroll either. Ubuntu 16.04 LTS Atom 1.10.2 SlackChat 3.4.2 