Skip to content

Here's what's popular on GitHub today...

jina
Trending repository
JoanFM
JoanFM commented Jul 22, 2020

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.

Release Radar - May 2021
Release Radar

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.

macOS logo
Popular topic
macOS is Apple's operating system.
GitHub Presente: Em Portuguese
Upcoming event recommended by GitHub
Jun
15

GitHub Presente: Em Portuguese

June 15, 2021 • Online

Evento virtual que reúne devs e profissionais de tech do Brasil
Trending repository
Falci
Falci commented May 29, 2020

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);

    R
App recommended by GitHub

GitHub Learning Lab

Level up your skills with GitHub Learning Lab. Our friendly bot will take you through a series of fun, practical projects to learn the skills you need in no time—and share helpful feedback along the way.

graphql-engine
Trending repository
Certified-Kubernetes-Security-Specialist
Trending repository

Curated resources help you prepare for the CNCF/Linux Foundation CKS 2021 "Kubernetes Certified Security Specialist" Certification exam. Please provide feedback or requests by raising issues, or making a pull request. All feedback for improvements are welcome. thank you.

  • Updated Jun 4, 2021
  • AGS Script
javascript-questions
Trending repository
oldbootz
oldbootz commented Aug 6, 2020

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.

Trending repository
Trending repository
aborruso
aborruso commented May 24, 2021

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

Trending repository
Trending repository
Dosant
Dosant commented May 31, 2021

Kibana version: master (~7.14)
Describe the bug:

Human-readable duration field formatter outputs a few seconds for 0 value

Steps to reproduce:

  1. Create a duration human-readable field formatter on index pattern
  2. Check-in discover how a 0 value shown as a few seconds

Expected behavior:

I think we should output 0 following other formatting options. e.g

thanos
Trending repository
App recommended by GitHub

AccessLint

AccessLint brings automated web accessibility testing into your development workflow. When a pull request is opened, AccessLint reviews the changes and comments with any new accessibility issues, giving you quick, timely, and targeted feedback, before code goes live.