Here's what's popular on GitHub today...
Join the GitHub community for an AMA with Staff Software Engineer, Author, Inventor and Homebrew Maintainer Mike McQuaid. We’ll discuss Open Source, burnout, mentoring, being a hands-on Dad and his Engineering values.
Perl
-
Updated
Feb 11, 2021 - Python
GitLocalize
GitLocalize is a continuous localization tool built for communities and teams that want to simplify their workflow when translating their content.
GitLocalize automatically keeps translations up to date by syncing with your repository.
-
Updated
Feb 11, 2021 - TypeScript
-
Updated
Feb 11, 2021 - C#
-
Updated
Feb 11, 2021 - TypeScript
-
Updated
Feb 10, 2021 - C#
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);
RCommunity Note
- Please vote on this issue by adding a
👍 reaction to the original issue to help the community and maintainers prioritize this request - Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do
-
Updated
Feb 8, 2021 - C++
-
Updated
Feb 11, 2021 - JavaScript
scrape_metrics.py needs to be augmented to scrape Discussions as soon as that is available.
-
Updated
Feb 10, 2021
-
Updated
Feb 9, 2021 - Go
-
Updated
Feb 10, 2021 - Python
-
Updated
Feb 11, 2021 - PowerShell
DeepSource
DeepSource helps you find and fix issues during code reviews.
Seamless integration with GitHub lets you start analyzing code in a couple of minutes. Follow our documentation and guides to get started — deepsource.io/docs/

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