Daniel Ahern

Results 19 comments of Daniel Ahern

hi, thanks for replying. I just tested and it does not work on my system on v3.13.0

i added a fix for this here: https://github.com/stellar/go/pull/4248 in https://github.com/stellar/go/pull/4248/commits/dfb520f89cba824a9c530dab2be22a2904d83b14

On Laravel 5.3.29, I'm getting this error: >>> $apiKey = Chrisbjr\ApiGuard\Models\ApiKey::make(); BadMethodCallException with message 'Call to undefined method Illuminate\Database\Query\Builder::make()'

Although I'm not very good at C++, I'd like to help in any way I could... is this too difficult of an opportunity for a C++ beginner? I looked up...

OK, thanks. I tried to copy over the files from a couple of different versions of Zend. The version of Zend in php/php-src does not have the same directory structure...

Is https://github.com/zendtech/php-src the proper repo for the zend library files?

got it: ``` protected function goToUrl($url) { $url = $this->baseUrl() . $url; $this->currentPage = $url; $this->session->open($url); return $this; } ```

For Laravel 5.1, modify your bootstrap/app.php file. Put this at the top: ``` use Monolog\Logger; use Monolog\Handler\MailHandler;` ``` Then do this right before "return $app;": ``` $app->configureMonologUsing(function($monolog) { if (...

if you at first created a makefile incorrectly, try removing all the source code, clone, and then try again

mine is doing the same thing: Jul 24 18:26:43 danserver petals[1297]: Jul 24 18:26:43.749 [INFO] Swarm balance quality: 62.8% Jul 24 18:26:43 danserver petals[1297]: Jul 24 18:26:43.749 [INFO] Swarm is...