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.
Ethereum
-
Updated
Feb 11, 2021 - Python
Sentry
Sentry provides real-time crash reporting, giving your team insight into errors affecting your customers in production. Sentry supports dozens of languages and frameworks and is trusted by thousands of companies like Pinterest, Uber, Stripe, Dropbox, and Airbnb.
Sentry doesn't just alert you to errors, but integrates into your GitHub development flow by linking errors to the commit and author likely responsible, creating new GitHub Issues, and resolving errors with commit message.
-
Updated
Feb 9, 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
AppVeyor
Windows developers use AppVeyor to continuously run their tests and deploy apps to cloud or on-premise environments. AppVeyor CI can update the build status on your GitHub pull requests, upload build artifacts to project release and deploy successful builds. AppVeyor is not just a build tool, but it's the place of Windows CI knowledge accumulation - thanks to AppVeyor's vibrant community!

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