Michael Schubert

Results 19 issues of Michael Schubert

When using a [generated client](https://goswagger.io/generate/client.html), it looks like there's no way to access PostgREST specific headers like `Content-Range` (so it's not possible to for example read the response to `Prefer:...

enhancement
OpenAPI

For example, if I create a new box (with packr v2) like ``` box := packr.New("foo", "../foo") ``` but would like to have the `../foo/.git` directory with its contents not...

Please see the individual commits for context.

Similar to `kubectl config set-context ...`, allow users to set a current environment. Only default to `default` if not set.

enhancement

Currently, kube-spawn doesn't offer a way to expose cluster endpoints and services to the outside world. Endpoints are only reachable from the host kube-spawn is running on and only by...

enhancement

The script, for instance `./tests/smoke.sh`, would * do a clean kubeadm-nspawn Vagrant setup, * use kubectl to verify the successful setup of k8s, * do a deploy and * query...

With Linux v4.17, the "syscall stub naming convention" changes. Users who want to e.g. attach a kprobe to an `open` syscall need to use a different name depending on the...

enhancement

Alternatives I know of are (in no particular order): * https://github.com/gobuffalo/packr * https://github.com/rakyll/statik * https://github.com/mjibson/esc

backend

It would be great to.. * Clean up the existing documentation: * Move non-authorization docs (database setup) and frontend development to a separate file, e.g. `docs/development.md` * Verify the docs...

enhancement

Currently, the Activity view on the dashboard is not very useful and sometimes even misleading, for example with: ![nebraska-activity](https://user-images.githubusercontent.com/366468/72076088-44bf8580-32f5-11ea-87b0-32bc891f4c88.png) This looks alarming at first but in fact is only a...

enhancement
frontend