Stefan Majewsky

Results 69 issues of Stefan Majewsky

The initial occasion was that the example was not rendered correctly on godoc.org. Then I saw various golint warnings and fixed those too. There are also some whitespace changes in...

There's an MPD server at my hackerspace under the locally-resolvable hostname `cider`, so I've configured this server for the space's WiFi network. This is what I'm seeing: ![screenshot_20170817-165011](https://user-images.githubusercontent.com/24696/29418387-763412e2-836c-11e7-9b5e-69c9364beff7.png) The German...

Even though there is plenty of horizontal space (as can be seen from the width of the "Request-Response-Details" tab bar). ![screen](https://user-images.githubusercontent.com/24696/36799077-8faf6490-1cac-11e8-9966-6f9181cf7925.png)

help wanted
area/console
kind/ux

I have an application that usually runs containerized with its own Postgres instance. The Postgres starts out empty, so I added some logic to the app to automatically execute the...

My Clair DB is slowly filling up with index reports for old deleted images. I would like to clean those up, but I cannot find anything in the docs regarding...

triaged

We have an OpenStack cluster with more than 1000 baremetal nodes. 1000 is the default page size, so Ironic is starting to use pagination. This is what I'm seeing (domain...

The image `debian:stretch-slim` from Docker Hub, as of now, has a vulnerable glibc version: ``` $ docker images$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE debian stretch-slim 9a4a82cec2d2 12...

The [list of error codes](https://github.com/opencontainers/distribution-spec/blob/master/spec.md#errors-2) contains some quite broad categories like DENIED, but also a lot of very specific errors. Are you all generally interested in extending this list as...

enhancement

The last release was over three years ago, so we have a bit of ecosystem evolution to catch up to: - [x] switch from golangvend to go.mod - [x] switch...

type: epic

I'm looking into building a Debian package for this repo, and the following things would be nice to conform to all their optional rules: - [ ] have a `CHANGELOG`...

type: feature
help wanted