Here's what's popular on GitHub today...
-
Updated
Dec 20, 2020 - Objective-C
-
Updated
Dec 22, 2020 - C++
-
Updated
Dec 21, 2020 - Jupyter Notebook
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
MyGet
The #1 cloud artifact and package repository provider in the world
MyGet provides hosted NuGet, npm, Bower, Maven, PHP Composer, VSIX, Python PyPI and RubyGems feeds for developers, open-source projects and corporate dev teams. Create private artifact feeds for your developers and clients or public feeds the entire world. Upload packages from your build server, any upstream package source, or build, test, and package your code on GitHub into NuGet, npm or PHP Composer packages with MyGet.
-
Updated
Dec 22, 2020 - Python
-
Updated
Dec 21, 2020 - C++
-
Updated
Dec 22, 2020 - C#
-
Updated
Dec 21, 2020 - C#
-
Updated
Dec 22, 2020 - JavaScript
-
Updated
Dec 22, 2020 - Dart
-
Updated
Dec 22, 2020 - TypeScript
-
Updated
Dec 22, 2020 - Shell
-
Updated
Dec 21, 2020 - Go
🚀 Feature Proposal
From #10123.
When we find a config file, we should also check if there is a jest entry in any sibling package.json and print a warning that it is ignored.
If using --config we should not warn.
Motivation
Helps the user have correct and consistent
-
Updated
Oct 1, 2020 - Jupyter Notebook
图片分辨率问题
1、能否设置图片分辨率尺寸。
2、添加图片或替换图片时,是否可以固定长宽比自动缩放。
单选或者多选增加横放排列方式
Describe the bug
Storybook --host attribute it changes localhost where it should change network host.
start-storybook -h 192.168.89.89 -p 9009
Local: http://192.168.89.89:9009
On your network: http://10.0.2.15:9009
The expected result should be like the one bellow
Local: http://localhost::9009/
On your network: http://192.168.89.89:9009
I have this form where user registers his/her details and saves it in google firestore, which actually works because the details are stored in firestore and i can log in with those details if i want but i keep getting this error whenever i submit the details.
I/zygote (20683): Do partial code cache collection, code=56KB, data=61KB
I/zygote (20683): After code cache collection, code=55KB, d
-
Updated
Dec 22, 2020 - C++
CircleCI
Now supporting GitHub Checks!
You can now see the status of your CircleCI workflows and related jobs all within the GitHub UI. Enable this feature in your CircleCI organization settings for new and existing accounts.
Build faster. Test more. Fail less.
Let CircleCI help your team focus on making a great product. Speed up your test and delivery cycle and improve productivity, without running your own infrastructure.


Whenever the server isn't running and you have a cached version (didn't close the tab) of the admin log page, the log entries go blank with no information about what happened.
Maybe we need to show a "failed to connect" or leave the old log entries around?🤔