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

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
WordPress logo
Popular topic
WordPress is a popular content management system, used for websites and blogs.
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
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
samath117
samath117 commented Jan 21, 2020

Summary

Just like how input parameters allow for default values, input artifacts should allow for defaults which can be overridden by the instantiation.

Motivation

The same as default input parameters. In my use case, I want to provide a default configuration file in the template but allow it to be overridden if necessary.

Proposal

The notation should be the same as default in

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

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.