Here's what's popular on GitHub today...
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.
Haskell
-
Updated
Feb 11, 2021 - Python
Restyled.io
Restyled integrates into your usual Pull Request workflow to keep your codebase consistent. Missed a semi-colon? Incorrect indentation? Restyled will fix that up in a sibling Pull Request that you can merge into yours.
-
Updated
Feb 11, 2021 - TypeScript
-
Updated
Feb 12, 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 11, 2021 - Go
-
Updated
Feb 10, 2021 - Python
-
Updated
Feb 11, 2021 - PowerShell
Hound
Hound reviews your code then comments directly in Pull Requests, helping your team maintain consistent coding style and high code quality.

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