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.
Symfony
-
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!
Imgbot
Imgbot is a friendly robot that optimizes your images and saves you time. Optimized images mean smaller file sizes without sacrificing quality.
Shortly after installing Imgbot, you will receive a pull request with all of your images optimized. Just merge the pull request and you’re done! As you work on your project, Imgbot works alongside you to keep your images optimized.
Imgbot uses lossless compression by default.
-
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
Datree
Datree is a git-based policy engine.
It allows engineering teams to automatically enforce coding standards and security policies directly within their git workflow.
Datree connects with GitHub pull requests to provide automatic policy compliance checks and insights for every code change. Create and enforce custom or built-in policies, in the context of your dev stack.
We have currently simple GitHub page, but we need to think about it's update with some better design.