Joost Pastoor

Results 19 comments of Joost Pastoor

In the case that the batchFuncs actually misses keys (and length of result is different than the length of keys) the dataloader injects errors for the thunk() method to read...

Travis Error seems unrelated to my patch.

@mk-j Thanks for making the release in github. Could you also update it at packagist? packagist.org/packages/mk-j/php_xlsxwriter

Agree if you are suggesting that we might want to refactor the code to throw an exception in case of failure, and remove the boolean "false" response case altogether from...

Still think its a good idea. The people running old and EOL PHP versions are most likely not our customer base doing fancy stuff with composer/github.

Thats it for me for now, rest of the tests can be done in a later PR, maybe even by someone else. (Improved Api class line coverage from 38% to...

Hard for me to spent time on atm, will have more time in october to finish this and some other stuff :)

Already written the code but leaving it open for discussion first ``` /** * Returns all roles. * * @return array|false */ public function getProjectRoles() { return $this->api(self::REQUEST_GET, '/rest/api/2/role'); }...