nalagg

Results 4 issues of nalagg

from this line `C:\cygwin64\home\USERNAME\gitflow> contrib\msysgit-install.cmd "C:\Program Files\Git"` I get an ERROR `-bash: syntax error near unexpected token `1'`

is there a cache file I can save to restore layout after reboot?

this seems deprecated require_once 'PHPUnit/Framework.php'; require_once 'PHPUnit/TextUI/TestRunner.php'; tried this require_once 'PHPUnit/Framework/MockObject/Autoload.php'; which gives me Fatal error: Class 'PHPUnit_Framework_TestCase' not found in ...

I am calling getProductHistoricRates() but this code returns `Invalid JSON or null returned.` `$gdax = new Api('https://api-public.sandbox.gdax.com'); $date_1 = '2017-06-15T14:37:47.501Z'; $date_1Str = strtotime($date_1); $date_2Str = $date_1Str + (60*5); // add...