Results 599 comments of Wes McNamee

@MaxBear - your commit won't work, because "spaces" aren't actually allow in a URL, a urlencoded name that includes spaces: before: `test server` would be `test+server` or `test%20server`. I've fixed...

yes, I'm curious about the same thing. Can you add a comment for URL_REGEX? https://github.com/zorkian/nagios-api/blob/master/nagios-api#L41 Is this project dead?

Oh cool. I'll have to look into Livestatus and Thruk.

How does async work? What's the value add there?

cool. Thanks for the explanations!

From twitter actually! Specifically this thread: https://twitter.com/DavidWells/status/1172177440703037440

I'm a Kubernetes guy, and I like that K8s uses YAML for it's manifests. YAML is pretty easy to read, easy to write, and there's a _lot_ of tools out...

fix for centos7: include `-v /usr/lib64/libdevmapper.so.1.02:/usr/lib64/libdevmapper.so.1.02`

@cdancy I think the point is that we want to enable apps, scripts, etc to use docker without reinventing the wheel. A good example of this is a build server...