-
Updated
Jun 15, 2021
Here's what's popular on GitHub today...
We’ve seen some amazing community projects this last month. This was a huge month for the community with hundreds of new releases. There’s everything from world-changing tech to weekend hobbies.
Node.js
With PaperMC getting access to the new GitHub templates that are slowly rolling out, it would be cool to consider some kind of command to help pre-fill information for reporting bug
As seen here (https://github.com/PaperMC/Paper/blob/0d92e6b53f1889fadc6a6c6aaf72b7e83a37aa31/.github/ISSUE_TEMPLATE/behavior-bug-or-plugin-incompatibility.yml) PaperMC is already in the works on the new template st
Description
We have to continuously push for quality, thus we always need to improve our testing and test coverage. Any improvement of testing is a great contribution to jina.
If you have no idea how to get started on this, here there are some ideas that could be good to have.
- Increase coverage
Checking the reports on `https://codecov.io/gh/jina-ai/jin
Game Off
November 01, 2021 - December 01, 2021 • Online
nvim --version:
NVIM v0.5.0-dev+1339-g5d9c56012
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compilation: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/T
ools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe /DWIN32 /D_WINDOWS /W3 /MD /Zi /O2
/Ob1 /DNDEBUG /W3 -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC
Made in India
Open source projects built in or receiving significant contributions from India :india:
Ranger
Repo maintenance is hard — you could use a hand
Ranger is a sidekick for repo maintainers. It reduces the burden of repository maintenance by automating common tasks, like:
- Auto-merging pull requests when all the status checks pass
- Auto-closing issues when a specific label is applied after a preconfigured amount of time
- Creating frequent comments in a standardized manner
- Auto-deleting branches after pull requests have been merged
- and more!
-
Updated
Jun 14, 2021 - JavaScript
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Jun 15, 2021
What article on docs.github.com is affected?
https://docs.github.com/en/free-pro-team@latest/developers/apps/migrating-oauth-apps-to-github-apps
What part(s) of the article would you like to see updated?
- The migration guide explains how to create a new Github app to replace your old OAuth app
- It's not clear to me if there's a way to move the users to the new app, so they do
-
Updated
Jun 15, 2021 - Python
-
Updated
Jun 12, 2021
-
Updated
Jun 14, 2021 - Python
currently, when making a payment, the fees are being added to the amount sent.
for instance, if someone want to send 10,000 sats, and the fees is 2,000, the total will be 12,000 sats.
the issue to do a send all is that, when the base amount increase, the fee might changes (fee are being calculated dynamically by lnd).
so for instance, if someone has 15000 sats. he would need to have ma
-
Updated
Jun 14, 2021 - JavaScript
add option to trim
If I run trim
echo [[Column1]; [" Value1 a lot of spaces "] [Value3]] | str trim
it trims only "wrong" withe spaced at the beginning and at the end
───┬──────────────────────────
# │ Column1
───┼──────────────────────────
0 │ Value1 a lot of spaces
1 │ Value3
───┴──────────────────────────
It it would be great a complete white spaces cleaning
-
Updated
Jun 14, 2021 - JavaScript
-
Updated
Jun 12, 2021
-
Updated
Jun 14, 2021 - HTML
-
Updated
Jun 14, 2021 - PowerShell
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
May 30, 2021 - C
LZU COVID Health Report
结合Github OAuth App编写的自动打卡工作流管理网页前端!! Github Actions全自动打卡,打卡信息存放在Actions Secrets中,个人信息隐私保护,支持打卡结果推送到社交软件和浏览器通知。
INTRODUCING New Auto COVID Health Report Workflow Management Web Front-end build by GitHub OAuth app!! Fully automatic reporting using Github Actions, store info in Actions Secrets, privacy protection for personal information, support pushing results to chat APPs and browser notification.
Python wheels we build in the CI, such as
PyZMQorLIEF, do not get cached, and are rebuilt every CI run. This wastes time/CPU (LIEFcan take some time to build). The versions of these packages rarely change, so we should be caching and reusing build output.It looks like Cirrus even has a
pip_cachekey, that we may be able to ta