Skip to content

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

appsmith

Trending repository

Give back to open source

The idea is simple: Send 24 pull requests between December 1st and December 24th, encouraging contributors to give back to open source projects with little gifts of code throughout December.

Rails logo

Popular topic

Ruby on Rails (Rails) is a web application framework written in Ruby.
GitHub Universe 2021 Highlights in Korean

Upcoming event recommended by GitHub

Dec
9

GitHub Universe 2021 Highlights in Korean

December 09, 2021 • Online

In this webinar, GitHub staff will share in detail the highlights of the new features announced during Universe21.

App recommended by GitHub

Lucidchart Connector

Lucidchart empowers you and your team to create and collaborate on architecture diagrams, mockups, user flows, flowcharts, and other visuals in real time.

With Lucidchart, you can include these visuals in GitHub so team members can quickly understand an issue or pull request. Simply insert a public link to the Lucidchart document—the link will unfurl to show a preview, and unlike static diagrams, the link ensures that users always have access to the current version of the visual.

lazydocker

Trending repository

mudasar187
mudasar187 commented Jul 1, 2019

Hi, i'v tested out lazydocker today and i love it!
A feature to have is to have names on the containers where the Services window is.

I have a docker-compose.yml file:

version: '3.7'

services:
  mongodb:
    image: mongo
    container_name: "db_app"
    ports:
      - "27017:27017"

  frontend:
    image: quizgame/webclient
    container_name: "web_app"
    build:
   
dapr

Trending repository

tanvigour
tanvigour commented Nov 24, 2021

Kubernetes cluster cert expires after a year. After the expiration the cert need to be updated. There needs to a way of notifying the user of this expiration through logging. One way could be using Kubernetes events to log the warning at the expiration event. Please refer to the epic for this for more context : dapr/cli#807

Feel free to chime in with more ideas around

App recommended by GitHub

webapp.io

Ship code faster with webapp.io

Developers move much faster using webapp.io to get per-branch review & E2E testing environments.

  • Use our interactive drag-and-drop builder to create a pull request template that contains all of the information a reviewer would need to approve a change.
  • Our hosted environments use a powerful caching mechanism to avoid running repetitive steps like npm install over and over again.