Skip to content

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

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
Ratchet logo

Popular topic

Ratchet is a set of libraries to handle WebSockets asynchronously in PHP.
All Things Open 2022

Upcoming event recommended by GitHub

Oct
30

All Things Open 2022

October 30, 2022 - November 02, 2022 • Raleigh, NC

A universe of events and platforms focused on open source, open tech and the open web.
Deadpendency screenshot

App recommended by GitHub

Deadpendency

Deadpendency assesses your repository dependencies for project health. A healthy dependency is being actively committed to, by multiple maintainers with regular package releases. Deadpendency checks your dependencies remain healthy over time and will fail the check if a dependency has become unhealthy. See an example report.

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

jos0405
jos0405 commented Jul 6, 2022

Mautic Version

4.3.x series

PHP version

7.4

What browsers are you seeing the problem on?

Not relevant

What happened?

Boolean custom field value is returned in different format via webhook in case of update: "1" instead of "true"

How can we reproduce this issue?

Step 1: Create a Boolean field called "Test bool" (name doesn't matter)
Step 2: Turn on webhook on update an

bug webhooks good first issue

Trending repository

App recommended by GitHub

PR Chat

Smarter notifications

Say goodbye to notification fatigue. PR Chat creates a single Slack message for every PR. Any changes to the PR instantly and silently update the Slack message

Full fidelity

Your PR looks the same as it does on Github. All formatting is preserved including text formatting, images and even code diffs.

Organized PR conversations

Use Slack to power your PR discussions. Conversations in the Slack message's thread are two way synced with Github comments.