Kevin Minehart

Results 11 issues of Kevin Minehart

> npm WARN addRemoteGit Error: Command failed: > npm WARN addRemoteGit at ChildProcess.exithandler (child_process.js:658:15) > npm WARN addRemoteGit at ChildProcess.emit (events.js:98:17) > npm WARN addRemoteGit at maybeClose (child_process.js:766:16) > npm...

Building the docker image at the moment results in 2 problems: 1. Missing wget ``` Step 4/19 : RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && sh...

### Problem: Cnchi really shouldn't be setting environment variables in `/etc/profile` or `/etc/environment`. Setting `BROWSER`, for example, causes other browsers to fail to be set as default using the standard...

### Description In the rest implementation of the `ApplicationsInterface`, and in the `APM` struct, queries that are paginated traverse through every page before returning anything. Users of this package should...

bug
pinned
client-go

### What are you trying to do? I would like to be able to, in a container, run an anonymous function instead of a shell script. You can run a...

area/engine

We can probably combine the query handlers in the `plugin` package with the datasource interface and make it easier to add new resource / query types.

type/feature-request