Skip to content

Here's what's popular on GitHub today...

January 2021 Release Radar
Release Radar

Not everyone takes a break over the festive season. Some people in the community have been busy shipping releases. So we’re here to bring you the latest and greatest releases for January 2021.

Xamarin logo
Popular topic
Xamarin is a platform for developing iOS and Android applications.
Trending repository
xcv58
xcv58 commented Feb 8, 2021

There are multiple benefits to use GraphQL query instead of the RESTful endpoints:

  1. It will have fewer network calls against the RESTful endpoint so that the rate-limited issue would be mitigated a lot. The current implementation is per file per call, and GraphQL query could easily change to per-directory per query and could be optimized further.
  2. The current Quick Open feature (⌘P) suppor
App recommended by GitHub

CloudBees CodeShip

Fast, Easy and customizable

With faster feedback cycles, local debugging, build caching and customized environments, CodeShip helps you build the products your users love.

Trending repository
Falci
Falci commented May 29, 2020

Is your feature request related to a problem? Please describe.
Problem: I'd like to dynamically import scripts as <script> tags.

Describe the solution you'd like
Proposal:

const useScript = ({ url, id, type = 'text/javascript', async = true }) => {
    const [ready, setReady] = React.useState(false);
    const [failed, setFailed] = React.useState(false);

    R
App recommended by GitHub

WakaTime

Productivity metrics, insights, and time tracking automatically generated from your programming activity.

How it Works

  1. Install the open-source plugin for your editor

  2. Write code like you already do

  3. Get a personal or team dashboard with metrics about your programming

Features

  • Fully-automatic project detection
  • Language usage breakdown
  • Private Leaderboards
  • Commit stats
  • Embeddable SVG charts