Werner Beroux

Results 119 issues of Werner Beroux

The collection is really good and presentation also good. But it's very large too. A voting system would help. Could also filter by: dark/bright background.

It's be useful that you explain why there should be a password. I guess it's only because all there is no terminal access per user and all Codiad users run...

It should work like pretty much all terminals: Clicking anywhere within the terminal should focus the input field. May be simplest is to intercept the clicks on the container. Else...

Currently it uses a dark font which makes it almost invisible to see that one is entering a password. May be the simplest and safest fix would be to have...

The main reference table, which header is: ``` SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B RGB HSB ``` Doesn't clearly state two important things: - Which one to use or what's...

Reduces image size by avoiding to keep the APK cache.

This explains that it doesn't contain `gitlab-ci-multi-runner` but is meant to be used a an image for its `--docker-image` parameter. It also includes the image size and some details on...

Given it spawns processes, I wonder if it may not generate zombies and given it's running as PID 0 it's likely an issue. Suggested solution: 1. Install https://github.com/Yelp/dumb-init in the...

As much as I understand having Ubuntu as the default `latest` Docker image, there are many cases where a small image is desirable (most Docker images now provide a Linux...

The Dockerized image should work as non-root user. For example by adding the docker flag `--user 1234`. The main issue in the way is that if non-root (or if no...