Andrew DeMaria

Results 17 issues of Andrew DeMaria

This is an effort that I just started, but I wanted to open up this PR for any suggestions/comments/concerns as the process is underway. My intent is to make the...

enhancement
waiting

I wanted to be able to use out of tree builds with cmake, and not have to worry about copying over the compile_commands.json file. In this branch, you are now...

The following pr merges in several other pull requests and also adds support for the new Github Issues Import API as described [here](https://gist.github.com/jonmagic/5282384165e0f86ef105). This PR isn't so much a request...

#### Background Error output can get lengthy and is sometimes not useful/desired. #### Checklist - [X] Git commit messages conform to [community standards](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html). - [X] Each Git commit represents meaningful...

The intent is to just render a manifest using `k8s_objects`: ``` k8s_objects( name = "stable", objects = [ ":serviceaccount", ":deployment", ":role", ":rolebinding", ], ) k8s_object( name = "role", kind =...

The types unions main/only purpose was to allow creating lists of objects to output to a single yaml document for sending to kubernetes. These objects must have a group/version and...

Sometimes even within the same kubernetes cluster you'd like to work with different api versions of a given resource. This is currently not easy considering that only a single "SimpleModelName"...

## Problem description External shares repeat songs instead of iterating ### Steps to reproduce 1. Visit external share 2. Click on first song and click play 3. Wait for song...

stale
status: waiting-for-feedback
in: web-playback
type: bug

This is a pick-up of the initial effort to add mtu as done here: https://github.com/containernetworking/cni/pull/831