Skip to content

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

Ratchet logo
Popular topic
Ratchet is a set of libraries to handle WebSockets asynchronously in PHP.
30 Minutes to Merge: GitHub Automation
Upcoming event recommended by GitHub
May
25

30 Minutes to Merge: GitHub Automation

May 25, 2021 • Online

The month of May, special guest Gregor Martynus @gr2m will be answering questions about GitHub’s APIs and automation.
App recommended by GitHub

Octobox

Untangle your GitHub notifications

Octobox helps you manage your notifications in the same way Gmail helps you manage your email. Built for developer workflows centred around GitHub issues, pull requests, comments and commits, Octobox makes sure you never miss another mention or misplace another issue.

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
hadiidbouk
hadiidbouk commented May 2, 2021

I am using the GET latest articles endpoint in my project.

The readable_publish_date property added an extra space between the day and the month, this could be fixed on the front end, but if it's a readable publish date why not be better readable 😅

<img width="259" alt="Screen Shot 2021-05-02 at 6 42 01 PM" src="https://user-images.githubusercontent.com

App recommended by GitHub

LGTM

Continuous security analysis

LGTM is a code analysis platform for identifying vulnerabilities and preventing them from reaching production.

LGTM automatically runs 1600+ standard analyses contributed by researchers from the Semmle Security Research Team and our customer community, including Microsoft, Google, Uber and Mozilla.

Quickly refine and run custom QL queries to find variants of known issues and prevent them from being re-introduced into your codebase.