David Schmidt
David Schmidt
it wold be nice to be able to delete the backup files. e.g. `rpi-update delete-backup-files` `rpi-update` has no man page `rpi-update --help` gives the following output ``` root@raspberrypi:~# rpi-update --version...
hot reload doesnt work for me at all. fresh node8.x from nodesource on debian stretch with npm 5.6.0 Update: works now, not quite sure what changed but thought I should...
had the same error and kept re-running the command `docker-compose up db` which attempts to pull the mariadb container. I didnt change a thing and the 5th try succeeded.
thanks for your reply, this seems a bit missformatted aswell. note the misbalanced quotes and missing spaces. ``` my $xpath = q{//contact-relationships//a[text()="testcontact-fiykcqgg"]}; $driver->find_element_ok($xpath, "xpath"); ``` > ok 5 - find_element'//contact-relationships//a[text()="testcontact-fiykcqgg"]'...
whatever, just make the pain go away. :) nah, seriously, thank you for your work,.
the workaround, finding and clicking the button with "execute_script" doesnt work either because i get this error: Error while executing command: executeScriptGecko: Server returned error message Unrecognized command: POST /session/40c5c9fe-2ab0-4513-b6ce-5a20110fe735/execute/sync...
Hey gempesaw, thanks for your feedback. I am using the newest geckodriver 0.16.1 and yes, it's firefox only but im fine with that. I can't seem to set the capability...
Probably same issue with checkboxes that I would like to inline. (http://getbootstrap.com/css/#forms-controls) I tried setting the label class using ``` label_class => ['checkbox-inline'] ``` and ``` label_attr => {class =>'checkbox-inline'}...
I just ran into the exact same issue. ``` return sum(self.queue)/len(self.queue) ```
bump?