Ben Allen
Ben Allen
Modifying the sliceFlag example to include a subcommand like: ``` package main import "github.com/integrii/flaggy" func main() { // Declare variables and their defaults var stringSliceFlag []string var boolSliceFlag []bool //...
1. Don't edit dhclient.conf if file doesn't already exist, otherwise lineinfile fails without create=yes. 2. Allow user to unset the default dns_domain: localhost, by setting it to "dns_domain: " by...
Allow the client to include multiple alias hostnames in its enrollment request, where the additional hostnames are added as aliases in known_hosts output. This will be useful for multi-homed clients....
Build RPMs in Travis for CentOS 7 and possibly CentOS 6. - [x] Figure out the best way to install Go in CentOS as RPMs are only at 1.4.2 even...
I've started looking at what it'll take to get vpnkit into Homebrew-core or at minimum in a tap. - I think the main blocking issue is the legacy OPAM version...
Unsure where you'd want this in the repo, so including a quick RPM spec below. ``` Name: pstate-frequency Version: 3.4.0 Release: 1 License: MIT Summary: Easily control Intel p-state driver...
1. Add support for provisioning nodes across multiple interfaces on a server. 2. Add support for provisioning nodes on multiple subnets across one or more interfaces. 3. Haven't tested this,...
Testing on OpenSUSE 15.2 with the 5.3.18-lp152.57-default kernel, the rock-dkms package fails to compile due to: ``` /var/lib/dkms/amdgpu/4.0-23.el7/build/include/kcl/kcl_kthread.h:24:6: error: redefinition of ‘kthread_use_mm’ void kthread_use_mm(struct mm_struct *mm) ``` Updates the m4...
u-root needs a container solution - runc (https://github.com/opencontainers/runc) can be compiled with `CGO_ENABLED=0 make BUILDTAGS=''`, making it likely something we can include into u-root. runc can run exported docker containers:...
## Description Fix `user.URLValues()` to also skip pointer values that are zero values. Previously `user.URLValues()` would return a `[]string{""}` for the pointer struct attributes if empty. ## Motivation and Context...