Ruben Vermeersch

Results 22 issues of Ruben Vermeersch

Related to https://github.com/mitchellh/vagrant/issues/3667

Looks like the Docker Hub builds have stopped working: > Build failed: The command '/bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y nginx supervisor php5-fpm php5-cli php5-curl php5-gd php5-json...

bug
help wanted
easy pick

Development of angular-gettext has up till now always been funded by companies I work with, for which I'm very grateful. Sadly the last of those projects will be coming to...

Protractor seems to be highly unreliable when using Travis. Need to investigate why that is.

bug

The Node.JS version of socket.io has a concept of a store, to keep track of connections: this allows it to work in a load-balanced setup. More info here: https://github.com/Automattic/socket.io/wiki/Configuring-Socket.IO#server Is...

new-feature

Any chance you could enable Android Automotive support in the Play store? https://developer.android.com/training/cars/distribute?hl=it Looks like the only real code change to do is the following: > Declare the `android.hardware.type.automotive` uses-feature...

## Problem description Cover art, when not square, is being stretched and looks out of proportion. ### Steps to reproduce Take any media file or podcast with a non-square image....

stale
in: web
type: bug
in: cover art

I'm using: - Press 1.5.4 (on a Nexus 5 with Android M) - Tiny Tiny RSS v15.7 - This plugin, from git master On every sync, I get a toast...

bug

#202 causes a forced dependency on cgo. Can this be avoided?

#202 seems to break OSX builds: ``` $ go version go version go1.5.1 darwin/amd64 ``` ``` $ go build # github.com/samalba/dockerclient could not determine kind of name for C.TCP_USER_TIMEOUT ```