Coder Social home page Coder Social logo

Comments (14)

ljharb avatar ljharb commented on May 18, 2024

Also, how do I refresh my followers list in the client? I followed somebody new and right clicked the menu but it's not showing them.

from githubpulse.

tadeuzagallo avatar tadeuzagallo commented on May 18, 2024

Well, about the number of commits, it happens on your profile as well, if you have more than 365 commits, the problem is that github just shows the chart for the ongoing year, and I have no idea how we can get the older commits... If you have any insight let me know.

As about the refresh, there's no way right now, there are a few issues with the following page, most of then caused because I wanted to sort the people by the streak length, but I just thought about removing it and replacing by a search field...

from githubpulse.

ljharb avatar ljharb commented on May 18, 2024

Are you scraping the chart, or is there an API? If scraping, the "current streak" (span.contrib-number) is the accurate number.

(I think both sorting and searching the user list would be good)

from githubpulse.

tadeuzagallo avatar tadeuzagallo commented on May 18, 2024

I hadn't actually thought about that... haha
I'm scrapping just the chart (https://github.com/:username/contributions), but that could be a better ideia.
About the sort, the problem is that some people are following like 900 people, which means ~9 requests to get the list of users + 900 requests to get the streak per user.

from githubpulse.

ljharb avatar ljharb commented on May 18, 2024

That seems problematic only for the initial pull - once you've got the list, then you know who the most important/likely people are to scrape frequently, which are the ones at the top of the list of non-zeroes sorted by streak length. The zeroes could be scraped much more rarely.

For the initial load, you could certainly stagger those 900 requests over a longer length of time, and provide a text box (for me to enter usernames I want scraped immediately) or a refresh button on a list of usernames (for me to trigger an immediate scrape) - it's a tiny bit clunkier, and you'd need a "loading streak" indicator which would stick around for awhile (but you'd want that regardless), but it would let me prioritize the few people I want to compete with :-)

from githubpulse.

ljharb avatar ljharb commented on May 18, 2024

Any update on this?

from githubpulse.

tadeuzagallo avatar tadeuzagallo commented on May 18, 2024

No, nothing yet 😞
I've been super busy, sorry, but I'll try to find some time to work on it... but if you wan't to take that on the mean time... you're more than welcome :)

from githubpulse.

ljharb avatar ljharb commented on May 18, 2024

ping :-)

from githubpulse.

tadeuzagallo avatar tadeuzagallo commented on May 18, 2024

Hey, a little bit late but... I tried to fix it on v0.3.9, let me know if you see any issues.

from githubpulse.

ljharb avatar ljharb commented on May 18, 2024

I don't seem to be able to update past v0.3.8. I click the "restart and apply" button and it just keeps telling me I'm on that version. I was able to update from v0.3.7 to v0.3.8 tho.

from githubpulse.

tadeuzagallo avatar tadeuzagallo commented on May 18, 2024

That's bad... I didn't change anything related to that though, maybe
something changed in El Capitan, I'll take a look.
On Mon, 26 Oct 2015 at 05:06, Jordan Harband [email protected]
wrote:

I don't seem to be able to update past v0.3.8. I click the "restart and
apply" button and it just keeps telling me I'm on that version. I was able
to update from v0.3.7 to v0.3.8 tho.


Reply to this email directly or view it on GitHub
#41 (comment)
.

from githubpulse.

ljharb avatar ljharb commented on May 18, 2024

I'm still on Yosemite.

from githubpulse.

tadeuzagallo avatar tadeuzagallo commented on May 18, 2024

The good news are that I think I've fixed it, the bad news are that I screwed up before :(
I think I've generate the app before bumping the version, so you might have already updated, plus the download code was broken, which means that everyone might get stuck in that state ( :( again).

Let me know how it goes for you.

from githubpulse.

ljharb avatar ljharb commented on May 18, 2024

I was able to successfully update to v0.3.10 - this appears to fix my issue, thanks!

update: i actually had to delete and reinstall the one that was stuck on v0.3.8 :-(

from githubpulse.

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.