Skip to content

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

GitHub Skyline
Staff pick

View a 3D model of your GitHub contribution graph. Share it, print it, and more!

PICO-8 logo
Popular topic
PICO-8 is a fantasy console for making, sharing and playing tiny games and other computer programs in Lua.
GitHub Planeta: по русски
Upcoming event recommended by GitHub
May
18

GitHub Planeta: по русски

May 18, 2021 • Online

Наши ведущие Хабберы расскажут о новинках ГитХаба.
App recommended by GitHub

Issue-Label Bot

Issue Label Bot automatically labels issues as either a feature request, bug or question, using machine learning. You can alias these labels so that the labels are personalized for your repo (for example if you prefer enhancement vs. feature_request).

Instructions on how to alias the labels can be viewed on the app's website.

This app only works on public repositories.

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
forem
Trending repository
Codecov | Code Coverage screenshot
App recommended by GitHub

Codecov | Code Coverage

Codecov provides highly integrated tools to group, merge, archive and compare coverage reports.

  1. Uploads coverage reports from your CI
  2. Merges all builds and languages into one beautiful, coherent report.
  3. Displays coverage data in GitHub Files tab

Is your team using GitHub Enterprise? If so, check out Codecov Self-Hosted.

Do you have less than 5 users in your organization? You can sign up for free on codecov.io.