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

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

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

tldr
Trending repository
zdroid
zdroid commented Dec 7, 2019

From COMMUNITY-ROLES.md:

Specifically: once a repository collaborator has merged at least 10 PRs (see https://github.com/tldr-pages/tldr/commits?committer=<username>) and submitted at least 5 non-trivial reviews to PRs (see https://github.com/tldr-pages/tldr/pulls?q=reviewed-by:<username>), which can overlap with t

playwright
Trending repository
pdehaan
pdehaan commented Jan 23, 2020

Randomly noticed that a few items didn't specify a "landscape" device:

Missing device for "iPhone 11 landscape"
Missing device for "iPhone 11 Pro landscape"
Missing device for "iPhone 11 Pro Max landscape"
Missing device for "Microsoft Lumia 550 landscape"

... So I hacked a quick linter to verify:

const devices = require("playwright").devices;

const deviceMap = new Map();
fo
RetroChase
Game Off 2019 Highlights

Put your ninja skills to use and teleport from point to point in this retro-looking puzzle game. 2nd place overall in the GitHub Game Off.

Chrome extension logo
Popular topic
Google Chrome Extensions are add-ons that allow users to customize their Chrome web browser.
Git Merge 2020
Upcoming event recommended by GitHub
Mar
4

Git Merge 2020

March 04, 2020 • Los Angeles

Git Merge is a one-day conference dedicated to the version control tool that started it all—and the people who use it every day.
App recommended by GitHub

LeanBoard

Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.

deno
Trending repository
sops
Trending repository
dgsardina
dgsardina commented Nov 28, 2019

Small feature request. I am using helmfile for the deployment of our k8s infrastructure and wanted to use sops for encryption of secrets. I need to use the --keyservice but as I am calling sops inside a wrapper (helmfile) of a wrapper (helm secrets) I cannot pass this variable to sops in a clean way.

Could you provide an alternative way to provide this option to sops in the .sops.conf and/or i

amazon-eks-ami
Trending repository
bhavin192
bhavin192 commented Sep 26, 2019

What would you like to be added:
It will be great if we add complete Kubernetes version i.e. major.minor.patch to the CHANGELOG.md file as well in the release note. Will be awesome if we can add it to the AMI name as well.

Why is this needed:
The only way to get the version and date is the Makefile. But this file wil

telegraf
Trending repository
safadig
safadig commented Jan 5, 2020

Feature Request

Dell iDRAC 9 requires Encryption Key entry besides user and password for impi_sensor over LAN. Current plugin documentation only shows user and password?

Proposal:

Current behavior:

only user name and password entry example for ipmi_sensor output

Desired behavior:

include entry example for encryption key

Use case: <!-- [Why is this important (helps

vscode
Trending repository
ole1986
ole1986 commented Jan 8, 2020

It would be very useful to have commit date, author name, ... in the Commit interface when calling getCommit([...])

Something similar to this:

export interface Commit {
    readonly hash: string;
    readonly message: string;
    readonly parents: string[];
    readonly commitDate?: Date;
    readonly authorEmail?: string | undefined;
    readonly authorName?: string | undef
phoenix
Trending repository
argo
Trending repository
simster7
simster7 commented Jan 16, 2020

Summary

Introduce exit handler vairable to be filled with the name and output of step failed

Motivation

As suggested on Slack:

Trying to write a "generic" exit-handler that can pull out the information about what task failed (maybe its stderr, or something like that) and give me a nice email/slack message

Proposal

Introduce exit handler vairable to be filled with the nam

atlantis
Trending repository
Nuru
Nuru commented Sep 20, 2019

I was trying to make a pretty simple PR, just change a tiny bit of HTML and CSS, but building Atlantis proved challenging. I am new to go and its build requirements, but even accounting for that I think it was harder than it needed to be.

First of all, despite the comprehensive documentation on how to run and test Atlantis locally, I co

cucumber
Trending repository
awx
Trending repository
AlexSCorey
AlexSCorey commented Jan 17, 2020
ISSUE TYPE
  • Bug Report
SUMMARY

The Sparkline in HostDetails/InventoryHostDetails does not navigate correctly.

ENVIRONMENT
  • AWX version: 9.1
  • AWX install method: docker for mac
  • Ansible version: 2.10
  • Operating System: Mojave
  • Web Browser: Chrome
STEPS TO REPRODUCE

Host --> click on host that has jobs ---> Click on an item in the spark line.

App recommended by GitHub

Review Notebook App

Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.

We provide complete code review workflow for notebooks,

You can’t perform that action at this time.