-
Updated
Nov 24, 2020 - Python
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
Atom
Description:
React Native version:
on master
Steps To Reproduce
- run
yarn audit
Expected Results
Should output 0 vulnerabilities
Snack, code example, screenshot, or link to a repository:
N/A
-
Updated
Nov 24, 2020 - TypeScript
GitHub Universe 2020
December 09, 2020 • Virtual
-
Updated
Nov 23, 2020 - Vue
-
Updated
Nov 24, 2020 - C++
Stale
Automatically close stale Issues and Pull Requests that tend to accumulate during a project.
How it works
After a period of inactivity, a label will be applied to mark an issue as stale, and optionally post a comment to notify contributors that the Issue or Pull Request will be closed.
If the Issue or Pull Request is updated, or anyone comments, then the stale label is removed.
If no more activity occurs, the Issue or Pull Request will be automatically closed with an optional comment.
-
Updated
Nov 22, 2020 - Go
-
Updated
Nov 19, 2020 - Python
-
Updated
Nov 23, 2020 - Nim
-
Updated
Nov 24, 2020
-
Updated
Nov 23, 2020 - Python
-
Updated
Nov 23, 2020 - Python
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Nov 23, 2020
-
Updated
Sep 30, 2020 - Python
-
Updated
Sep 30, 2020 - Jupyter Notebook
Variables to adjust are DefaultStateDirectory and DefaultRuntimeDirectory defined maddy.go. Need to account for the fact build.sh may be setting it using -X linker flag.
-
Updated
Nov 23, 2020
建议增加自动投币给关注UP主功能..
本人不会C#,所以只能帮忙提取API,希望有人能帮忙更新进去,这样就不需要麻烦的找UP主的ID了.
所有关注的接口
curl 'https://api.bilibili.com/x/relation/followings?vmid={用户ID}&pn=1&ps=20&order=desc&order_type=attention&jsonp=jsonp&callback=__jp19' \
-H 'authority: api.bilibili.com' \
-H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' \
-H 'accept:
-
Updated
Nov 22, 2020
React version: 17.0.1
Steps To Reproduce
- npx create-react-app my-app
- cd my-app
- npm start (Works like a charm)
- npm run eject
- npm i
- npm start (ReferenceError: React is not defined)
Link to code example: https://codesandbox.io/s/ecstatic-wood-ou6px
-
Updated
Aug 25, 2020
-
Updated
Nov 20, 2020
-
Updated
Nov 24, 2020 - Jupyter Notebook
CommitCheck
CommitCheck ensures your commit messages are consistent and contain all required information. You can check that commits contain a JIRA number or ensure commits don't contain WIP.

I have a simple instruction which is good to be kept in CONTRIBUTION.md. Please add this wherever it looks good:
pip install pre-commitpre-commit run --all-files