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.
Unity
-
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!
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.
-
Updated
Feb 12, 2021 - Python
-
Updated
Feb 13, 2021 - V
We have currently simple GitHub page, but we need to think about it's update with some better design.
-
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 12, 2021 - HTML
-
Updated
Feb 12, 2021
-
Updated
Feb 4, 2021 - Python
-
Updated
Feb 13, 2021 - Kotlin
-
Updated
Feb 6, 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
LogRocket
LogRocket lets you replay problems as if they happened in your own browser. Instead of guessing why errors happen, or asking users for screenshots and log dumps, you can replay sessions to quickly understand what went wrong.
LogRocket records pixel-perfect videos of user activity along with console logs, JavaScript errors, network requests, and browser metadata. It also has deep integrations with React, Redux, Angular and Vue.js to record application state.


There are some references to wiki.libsdl.org in the SDL source code, clean these out and point them to https://github.com/libsdl-org/SDL/wiki instead.