GithubHelp home page GithubHelp logo

Comments (6)

ryandesign avatar ryandesign commented on June 10, 2024

This workaround works for me for now:

--- README.md.orig  2016-08-13 23:51:58.000000000 -0500
+++ README.md   2016-08-15 15:24:53.000000000 -0500
@@ -134,7 +134,8 @@
    $client->setPageSize($pageSize);

    $commits = $client->repos->commits->listCommitsOnRepository($owner, $repo);
-   while(true)
+   $client->setPage();
+   while(count($commits))
    {
        $page = $client->getPage();
        echo "================ Page $page - " . count($commits) . " items ================\n";

from github-php-client.

tan-tan-kanarek avatar tan-tan-kanarek commented on June 10, 2024

Thank you, could you please open a pull-request with this fix?

from github-php-client.

ryandesign avatar ryandesign commented on June 10, 2024

Is this really the fix you recommend? I was just using it as a workaround until you could work out the correct solution. I don't know your code well enough to understand how you intended it to work, but it doesn't seem right that I should have to call $client->setPage();, then issue the request, which clears page, then have to call $client->setPage(); a second time. Why does running the request clear page?

from github-php-client.

tan-tan-kanarek avatar tan-tan-kanarek commented on June 10, 2024

You're right, see my fix:
#108

from github-php-client.

tan-tan-kanarek avatar tan-tan-kanarek commented on June 10, 2024

Wait, it's not good, will get back to you.

from github-php-client.

tan-tan-kanarek avatar tan-tan-kanarek commented on June 10, 2024

Now it's good: #109

from github-php-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.