Evgeny Anisiforov
Evgeny Anisiforov
I spent last two days trying to get this role to run. I tried it with geerlingguy/ubuntu1404 and geerlingguy/ubuntu1604. Even tried it as part of geerlingguy/drupal-vm, which seemed to be...
Is there any possibility to execute this tool as webservice to be able to query a csv via http?
Could you explain this lines, please? $href = preg_replace( array('/=$/', '/=&/'), array('', '&'), $href ); I have found that those lines are used multiple times in render.inc.php but not sure...
this fixes issue #6 note: i used firstItem() and lastItem() which seems to describe the functionality very good. see laravel paginator as widely used reference implementation http://laravel.com/api/5.0/Illuminate/Contracts/Pagination/Paginator.html
What do you think about adding a getFrom() and getTo() functions to your class? I just realized, that this simple functions are missing here, while it is a common part...
What do you thing about allowing additional test methods? Ping is good for testing basic network conncectivity. But it would be nice to be able to test the actual functionality....
when i choose bind_masterzones_path other than masters, it breaks my nameserver config and bind denies to start. this is because of this line: - name: Copy master zone files copy:...