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.
npm
-
Updated
Feb 11, 2021 - Shell
-
Updated
Feb 12, 2021 - Jupyter Notebook
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
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.
-
Updated
Feb 14, 2021 - Python
-
Updated
Feb 13, 2021 - V
-
Updated
Feb 13, 2021 - C#
-
Updated
Feb 8, 2021
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-
Updated
Feb 13, 2021 - HTML
-
Updated
Feb 12, 2021
-
Updated
Feb 4, 2021 - Python
-
Updated
Feb 13, 2021 - Kotlin
-
Updated
Feb 13, 2021 - Python
Describe the bug
My ASP.NET Core 5 application works fine locally in Mac/Windows when debugging through VS Code, Rider or VS. But when when trying to spin up a container from the image, it will always give the following warning and the application would not respond to any request.
warn: Microsoft.AspNetCore.Server.Kestrel[0]
Unable to bind to http://localhost:5000 on the IPv6 l
-
Updated
Feb 13, 2021
Google Cloud Build
Google Cloud Build
Google Cloud Build lets you create fast, consistent, reliable builds across all languages. Automatically build containers or non-container artifacts on commits to your GitHub repository. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase.


We have currently simple GitHub page, but we need to think about it's update with some better design.