Ingmars Melkis

Results 28 comments of Ingmars Melkis

The patch sort-of worked for me. The problem is that the novncd daemon thinks that you're trying to use a file socket over network because of some really odd logic,...

For those who want this effect before it's implemented, I "wrote" (basically copied from [here](https://superuser.com/a/844034)) a powershell script that monitors a folder and appends to a file in the steamui...

Just ran into this with the gitlab image after upgrading docker to the version OP has. Are there no other workaround other than either disabling namespaces or downgrading docker?

I'm using a simple docker-compose and I never even knew that setting a domain name is possible. I don't know what's setting it, but I'm not setting it manually.

``` version: '2.3' services: web: mem_limit: 4g image: 'gitlab/gitlab-ce:latest' restart: always hostname: '' environment: GITLAB_OMNIBUS_CONFIG: | (...) ports: - '127.0.0.1:8000:8181' - '127.0.0.1:2222:22' volumes: - '/var/log/gitlab/:/var/log/gitlab' - '/var/www/gitlab/data/:/var/opt/gitlab' ``` The only...

Previews would be nice, but what would be the behaviour for non-text/video files? At the very least there should be a button to download the file directly because the whole...

Oh, I meant non(text|video), as in neither text nor video (nor pictures I suppose). Woops. On Fri, Jul 20, 2018, 00:35 lukasIO wrote: > For the case of video files...

I can confirm this with Thunderbird 60.8.0 on Windows 10 v1903 (18362.239). Most of the time after starting Thunderbird won't be hidden to tray. Sometimes it will be, but it...