The Wayback Machine - https://web.archive.org/web/20220804235221/https://github.com/explore
Skip to content

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

Clojure logo

Popular topic

Clojure is a dynamic, general-purpose programming language.
Octogatos Conf22 Call for Papers

Upcoming event recommended by GitHub

Apr
22

Octogatos Conf22 Call for Papers

April 22, 2022 - September 25, 2022 • Virtual

Amplify, promote and empower the voices of Latinx in tech. You belong here! Let’s join forces and share our expertise with other Latinx — let’s shine together.
DeepSource screenshot

App recommended by GitHub

DeepSource

DeepSource is the fastest and the most reliable way to run static analysis on your code. Our 13+ analyzers help you prevent thousands of security and bug risks, anti-patterns, and other defects before your code is merged.

But wait, we have more!

  • Automatically fix issues with Autofix. One-click, and done!
  • Put your code formatting on complete autopilot with Transformers.
  • Sleek, dark-mode UI that you'd actually enjoy using.
  • Free forever for developers and small teams.
public-apis

Trending repository

matheusfelipeog
matheusfelipeog commented Mar 17, 2022

Hi community

This message is to clarify and make transparent the current situation of Public APIs, in addition to demonstrating the frustration of us maintainers. So read this if you find it interesting, please.

Well, I keep the Public APIs project together with other 3 developers (@pawelborkar, @marekdano and @yannbertrand) for a long time.

1 year ago, the Public APIs project was dead, w

good first issue important

Trending repository

lucaong
lucaong commented Jul 21, 2022

Describe the bug

The bug occurs in lyra-0.0.1-beta-13.

Typo tolerant searches miss expected results.

To Reproduce

const db = new Lyra({
  schema: {
    txt: "string",
  },
  stemming: false // Disabling stemming to avoid confounding the results
})

// Insert "stelle", and other words that are all within edit distance 2
await db.insert({ txt: 'stelle' })
bug good first issue help wanted
label-studio

Trending repository

divjotbedi
divjotbedi commented Jun 8, 2022

Describe the bug
When exporting a brush annotation as a PNG, the output is not mapped by the background colors specified in (Settings > Labeling Interface). In addition, when exporting as a JSON, the background colors for the attributes are not specified anywhere, leaving the values that were selected in the interface as arbitrary and as not linked to any of the outputs.

To Reproduce

good first issue feature images segmentation
CodeEdit

Trending repository

Angelk90
Angelk90 commented Apr 2, 2022

Describe the solution you'd like

As you can see from the image, being able to have more than one shell in a project would be great.

Edit by @austincondiff:

This is the design that we will use for multiple terminals. We need this tab system in place in the status bar and the git controls moved up to the toolbar first, then in the terminal tab build the multiple terminal tabs UI, this

enhancement good first issue
docusaurus

Trending repository

Dr-Electron
Dr-Electron commented Jul 21, 2022

Have you read the Contributing Guidelines on issues?

Description

If you use index pages and your sidebar contains a link it would be nice if you could either:

  • Add a description to the link by doing something like:
    {
    type: 'link',
feature good first issue

Trending repository

superset

Trending repository

ktmud
ktmud commented Jul 26, 2022

Time-series Bar Chart v2 does not update total values for stacked bar chart when toggling legends.

How to reproduce the bug

  1. Create a "Time-series Bar Chart v2"
  2. Go to "Customize" and select "Show value", "Stack series" and "Only total"
  3. Toggle series in legends
  4. The total value should update but it doesn't

The legacy Time-series Bar Chart does not have this issue.

good first issue viz:charts:echarts viz:charts:bar #bug

App recommended by GitHub

CommitCheck

CommitCheck ensures your commit messages are consistent and contain all required information. You can check that commits contain a JIRA number or ensure commits don't contain WIP.