James

Results 125 issues of James

#### Welcome: This is a difficult patch for someone who has experience in golang, and some experience in mgmt. It is meant to encourage an mgmt hacker to get more...

help wanted
mgmtlove

#### Welcome: This is a beginner to intermediate level patch for someone who is new or somewhat familiar with golang, and is new to mgmt. It is meant to encourage...

help wanted
mgmtlove

Might want to see if this is appropriate: https://github.com/GoogleCloudPlatform/magic-modules/issues/28 Thanks!

help wanted

We should implement systemd notifications and consider implementing watchdog notifications, eg: https://vincent.bernat.im/en/blog/2017-systemd-golang

design

#### Welcome: This is a beginner to intermediate level patch for someone who is new to golang, and is new to mgmt. It is meant to encourage new programmers to...

help wanted
mgmtlove

If you run `make build`, and then delete a `*.go` file, and then run `make build` again, it won't notice that the build should be remade. Woops. Not a big...

bug

``` $ hub pull-request Error creating pull request: Unprocessable Entity (HTTP 422) Invalid value for "head" ``` Just got the above error. Searching found: https://github.com/github/hub/issues/1258 Turns out that was NOT...

bug

It looks like the error handling for this plugin is borked. I noticed this while reading this code during my attempt to implement a DHCP server. This also clarifies the...

This adds a simple implementation of the logging struct so that you don't need to implement the complex interface if you don't need it.

I've been working on a built-in dhcpv4 server in https://github.com/purpleidea/mgmt/ Thanks to your fine library, I don't need to do it all from scratch! (Many thanks!) In order to learn...