GithubHelp home page GithubHelp logo

checkback's People

Contributors

ogham avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

thecaralice

checkback's Issues

Auto-link github issues

Some projects use comments like // TODO #42391: Fix stuff to refer to issues.

You can probably try to figure out the repository this refers to by looking at

  • Cargo.toml, package.json, what-have-you.config files
  • git remote URLs

Warn when nearing unauthenticated API limits

GitHub performs rate limiting using HTTP headers:

X-RateLimit-Limit: 60
X-RateLimit-Remaining: 51
X-RateLimit-Reset: 1527514890

StackOverflow uses throttles:

{
    ...,
    "quota_max":300,
    "quota_remaining”:278
}

The easiest way around this is to authenticate, but as a command-line application, we can’t do that. So instead, checkback should display a warning when the number of requests is nearing its limit, instructing the user to wait.

updating since when the comment was added

the README states "checks for updates within the last month" would it be possible to augment that it checks for updates since the comment line was added / last changed from the history of the code (git blame? for eg)

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.