-
Updated
Jun 15, 2021
Here's what's popular on GitHub today...
Your favorite open source projects and the developers who make them happen. Listen in!
Homebrew
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
GitHub Presente: Em Portuguese
June 15, 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
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Stastic
Create a website or edit the one you have and host it on Github pages.
Hosting is free, without ads, and super fast. The editor is simple and optimized for mobile phones.
Note: static websites are very fast ! Stastic editor plugs into Jekyll websites, wich are natively supported by Github pages. Install Stastic, then add
/adminto the website URL to enter the editor.
-
Updated
Jun 14, 2021 - JavaScript
-
Updated
Jun 14, 2021 - JavaScript
-
Updated
Jun 12, 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 14, 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 14, 2021 - JavaScript
-
Updated
May 30, 2021 - C
WakaTime
Productivity metrics, insights, and time tracking automatically generated from your programming activity.
How it Works
-
Install the open-source plugin for your editor
-
Write code like you already do
-
Get a personal or team dashboard with metrics about your programming
Features
- Fully-automatic project detection
- Language usage breakdown
- Private Leaderboards
- Commit stats
- Embeddable SVG charts
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