James
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...
#### 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...
Might want to see if this is appropriate: https://github.com/GoogleCloudPlatform/magic-modules/issues/28 Thanks!
We should implement systemd notifications and consider implementing watchdog notifications, eg: https://vincent.bernat.im/en/blog/2017-systemd-golang
#### 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...
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...
``` $ 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...
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...