-
Updated
Jun 14, 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.
Java
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
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
CloudBees CodeShip
Fast, Easy and customizable
With faster feedback cycles, local debugging, build caching and customized environments, CodeShip helps you build the products your users love.
-
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
Pageclip
Pageclip is a simple way to save information from your website via forms or front-end JavaScript. That is, you can save data from your website without a server—Pageclip is your server.
Pageclip is perfect compliment to your GitHub pages site: collect leads for your new product, setup a contact form, capture emails for a Newsletter, or create white-Labeled survey forms. All from your static website and without a server.
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