Here's what's popular on GitHub today...
-
Updated
Jun 14, 2021 - Python
Your favorite open source projects and the developers who make them happen. Listen in!
Symfony
-
Updated
Jun 15, 2021 - C
-
Updated
Apr 28, 2021
GitHub Presente: Em Portuguese
June 15, 2021 • Online
-
Updated
Jun 15, 2021
Is your feature request related to a problem? Please describe.
Problem: I'd like to dynamically import scripts as <script> tags.
Describe the solution you'd like
Proposal:
const useScript = ({ url, id, type = 'text/javascript', async = true }) => {
const [ready, setReady] = React.useState(false);
const [failed, setFailed] = React.useState(false);
RText editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Codacy
Codacy is an automated code analysis/quality tool that helps developers ship better software, faster. With Codacy, you get static analysis, cyclomatic complexity, duplication and code unit test coverage changes in every commit and pull request.
You can use Codacy to enforce your code quality standard, save time in code reviews, enforce security best practices and onboard developers faster. Integrate with your GitHub repositories to get quality analysis of every pull request inside GitHub.
Steps to reproduce:
- Visit the Actions tab.
- Create an action with some comment
- Try modifying the action comment
-
Updated
Jun 4, 2021 - AGS Script
-
Updated
Jun 15, 2021 - Lua
-
Updated
Jun 8, 2021
Errors:
126. new Intl.NumberFormat is not supposed to get passed a single object as param. The first param must be a string and the second param can be an object.
135. Spelling error ('tis' should be 'this').
Suggestion:
86. Needs to be more explicit by calling the function in the example. Calling getName() with any falsy value would not set hasName to true with your correct answer.
-
Updated
Jun 13, 2021 - C#
-
Updated
Jun 15, 2021 - Python
Python wheels we build in the CI, such as PyZMQ or LIEF, do not get cached, and are rebuilt every CI run. This wastes time/CPU (LIEF can 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_cache key, that we may be able to ta
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
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
-
Updated
Jun 12, 2021 - Python
-
Updated
Jun 9, 2021 - JavaScript
-
Updated
Jun 15, 2021 - Rust
Kibana version: master (~7.14)
Describe the bug:
Human-readable duration field formatter outputs a few seconds for 0 value
Steps to reproduce:
- Create a duration human-readable field formatter on index pattern
- Check-in discover how a
0value shown asa few seconds
Expected behavior:
I think we should output 0 following other formatting options. e.g
-
Updated
Jun 14, 2021 - Python
-
Updated
Jun 15, 2021 - JavaScript
Is your proposal related to a problem?
Moving from Prometheus to Thanos and I am now noticing that Ruler does not show alert rule duration in the UI like Prometheus would show. I think it is important to show this
-
Updated
Jun 14, 2021 - JavaScript
Octobox
Untangle your GitHub notifications
Octobox helps you manage your notifications in the same way Gmail helps you manage your email. Built for developer workflows centred around GitHub issues, pull requests, comments and commits, Octobox makes sure you never miss another mention or misplace another issue.
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.
Checking the reports on `https://codecov.io/gh/jina-ai/jin